ElevarmTertiaryButtonThemeData class

Used with ElevarmTertiaryPrimaryButton to configure colors.

Inheritance

Constructors

ElevarmTertiaryButtonThemeData({Color onPrimaryColor = ElevarmColors.primary, Color onPrimaryVariantColor = ElevarmColors.neutral100, Color shadowColor = const Color(0xFFF2F4F7), Color primaryColor = ElevarmColors.primary100, Color disabledColor = Colors.transparent, Color hoverColor = ElevarmColors.primary100, Color focusColor = Colors.transparent})
const
ElevarmTertiaryButtonThemeData.neutral()
factory

Properties

disabledColor Color
finalinherited
focusColor Color
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hoverColor Color
finalinherited
onPrimaryColor Color
final
onPrimaryVariantColor Color
final
primaryColor Color
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor Color
finalinherited

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