ButtonSchema class

Constructors

ButtonSchema({Key? key, required String data, required EdgeInsets padding, required Color bgColor, required Color fgColor, required Color borderColor, required double borderRadius, required double borderWidth, required TextStyle textStyle, required Alignment alignment, required TextAlign textAlign, required String interactiveTrigger, required String interactiveType, required String interactiveData})
const

Properties

alignment Alignment
final
bgColor Color
final
borderColor Color
final
borderRadius double
final
borderWidth double
final
data String
final
fgColor Color
final
hashCode int
The hash code for this object.
no setterinherited
interactiveData String
final
interactiveTrigger String
final
interactiveType String
final
padding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlign TextAlign
final
textStyle TextStyle
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