flutter_json_widgets
alignment
Alignment
Alignment const constructor
Alignment
Alignment
constructor
Null safety
const
Alignment
(
double
x
,
double
y
)
Implementation
const factory Alignment(double x, double y) = _Alignment;
flutter_json_widgets
alignment
Alignment
Alignment const constructor
Alignment class
Constructors
Alignment
fromJson
Properties
copyWith
hashCode
runtimeType
x
y
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Constants
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
topCenter
topLeft
topRight