FortalezaButtonStyle class

Inheritance

Constructors

FortalezaButtonStyle({Color? color, TextStyle? textStyle, EdgeInsets? padding, double? radius})
const

Properties

color Color?
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsets?
final
radius double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
final

Methods

makeStyle(covariant SpecConfiguration<ButtonSpecUtility<Attribute>> spec) → Style
override
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

Static Properties

variants List<Variant>
no setter

Constants

ghost → const Variant
outline → const Variant
soft → const Variant
surface → const Variant