FillButtonPalette class

Inheritance

Constructors

FillButtonPalette({required Palette backgroundPalette, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(4)), EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 16), double elevation = 0, bool disable = false, required Palette foregroundPalette})

Properties

backgroundPalette Palette
finalinherited
borderRadius BorderRadius
finalinherited
disable bool
finalinherited
elevation double
final
foregroundPalette Palette
finalinherited
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsetsGeometry
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style ButtonStyle
no setteroverride

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