OutlineButtonPalette class

Inheritance

Constructors

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

Properties

backgroundPalette Palette
finalinherited
borderPalette Palette
final
borderRadius BorderRadius
finalinherited
borderWidth double
final
dashGap double
final
disable bool
finalinherited
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