FFButtonOptions class
Constructors
- FFButtonOptions({TextStyle? textStyle, double? elevation, double? height, double? width, EdgeInsetsGeometry? padding, Color? color, Color? disabledColor, Color? disabledTextColor, Color? splashColor, double? iconSize, Color? iconColor, EdgeInsetsGeometry? iconPadding, double? borderRadius, BorderSide? borderSide})
-
const
Properties
- borderRadius → double?
-
final
- borderSide → BorderSide?
-
final
- color → Color?
-
final
- disabledColor → Color?
-
final
- disabledTextColor → Color?
-
final
- elevation → double?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
final
- iconColor → Color?
-
final
- iconPadding → EdgeInsetsGeometry?
-
final
- iconSize → double?
-
final
- padding → EdgeInsetsGeometry?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- splashColor → Color?
-
final
- textStyle → TextStyle?
-
final
- width → double?
-
final
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