BasicButtonType enum

Inheritance

Constructors

BasicButtonType()
const

Values

primary → const BasicButtonType
outline → const BasicButtonType
danger → const BasicButtonType
warning → const BasicButtonType
success → const BasicButtonType
info → const BasicButtonType
none → const BasicButtonType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getTextColor(BuildContext context, {bool disabled = false, bool loading = false, Color? textColor}) Color?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
style({BuildContext? context}) BasicButtonTypeStyle
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<BasicButtonType>
A constant List of the values in this enum, in order of their declaration.