AiutaButtonShapes class
Defines the shape configurations for buttons in the Aiuta UI.
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaButtonShapes.new({required double buttonM, required double buttonS})
-
Creates an AiutaButtonShapes with the specified
buttonM
andbuttonS
corner radius. - AiutaButtonShapes.builtIn()
-
Creates a built-in button shapes configuration with default settings.
factory
-
AiutaButtonShapes.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
Medium button shape.
final
-
Small button shape.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited