AiutaImageShapes class
The shape configurations for image views in the Aiuta UI.
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaImageShapes.new({required double imageL, required double imageS})
-
Creates an AiutaImageShapes with the specified
imageL
andimageS
corner radius for the shapes. - AiutaImageShapes.builtIn()
-
Creates a built-in image shapes configuration with default settings.
factory
-
AiutaImageShapes.fromJson(Map<
String, dynamic> json) -
factory
Properties
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