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 and buttonS corner radius.
AiutaButtonShapes.builtIn()
Creates a built-in button shapes configuration with default settings.
factory
AiutaButtonShapes.fromJson(Map<String, dynamic> json)
factory

Properties

buttonM double
Medium button shape.
final
buttonS double
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