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 and imageS 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

hashCode int
The hash code for this object.
no setterinherited
imageL double
Large image shape.
final
imageS double
Small image shape.
final
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