AiutaBottomSheetShapes class
This class defines the shapes used in the bottom sheet and chips button inside the bottom sheet.
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaBottomSheetShapes.new({required double bottomSheet, required double chipsButton})
-
Creates an AiutaBottomSheetShapes instance with the given
bottomSheet
andchipsButton
radius values. - AiutaBottomSheetShapes.builtIn()
-
Creates a built-in bottom sheet shapes configuration with default settings.
factory
-
AiutaBottomSheetShapes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bottomSheet → double
-
Bottom sheet shape.
final
- chipsButton → double
-
Chips 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