PrimaryNomoButtonThemeData class
- Implemented types
Constructors
- PrimaryNomoButtonThemeData({Color backgroundColor = primaryColor, Color foregroundColor = Colors.white, double elevation = 1.0, BorderRadiusGeometry borderRadius = const BorderRadius.all(Radius.circular(8)), EdgeInsetsGeometry padding = const EdgeInsets.all(16)})
-
const
- PrimaryNomoButtonThemeData.from(PrimaryNomoButtonColorData colors, PrimaryNomoButtonSizingData sizing, PrimaryNomoButtonConstants constants)
-
factory
Properties
- backgroundColor → Color
-
final
- borderRadius → BorderRadiusGeometry
-
final
- elevation → double
-
final
- foregroundColor → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- padding → EdgeInsetsGeometry
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
[PrimaryNomoButtonThemeDataNullable? override]) → PrimaryNomoButtonThemeData -
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