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, BorderRadius? borderRadius, BorderSide? borderSide, Color? hoverColor, BorderSide? hoverBorderSide, Color? hoverTextColor, double? hoverElevation})
const

Properties

borderRadius BorderRadius?
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
hoverBorderSide BorderSide?
final
hoverColor Color?
final
hoverElevation double?
final
hoverTextColor Color?
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