ButtonConstants class

Constructors

ButtonConstants()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

border → const dynamic
BorderSide.none
borderRadius → const dynamic
BorderRadius.all(Radius.circular(5.0))
elevation → const double
1.0
highlightColor → const dynamic
Color(0xFFFFFFFF)
isEnabled → const bool
true
isLoading → const bool
false
largeIconButtonHeight → const double
60
largeIconButtonWidth → const double
60
largeTextButtonHeight → const double
60
largeTextButtonWidth → const double
200
loadingWidget → const dynamic
CircularProgressIndicator()
margin → const dynamic
EdgeInsets.all(0)
mediumIconButtonHeight → const double
50
mediumIconButtonWidth → const double
50
mediumTextButtonHeight → const double
50
mediumTextButtonWidth → const double
150
padding → const dynamic
EdgeInsets.all(8.0)
smallIconButtonHeight → const double
35
smallIconButtonWidth → const double
35
smallTextButtonHeight → const double
40
smallTextButtonWidth → const double
100
textStyle → const dynamic
TextStyle(color: Color(0xFF000000), fontSize: 16, fontWeight: FontWeight.w500, fontStyle: FontStyle.normal, letterSpacing: 0.0)