flutter_json_widgets
alignment
Alignment
Alignment.fromJson factory constructor
Alignment.fromJson
Alignment.fromJson
constructor
Null safety
Alignment.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Alignment.fromJson(Map<String, Object?> json) => _$AlignmentFromJson(json);
flutter_json_widgets
alignment
Alignment
Alignment.fromJson factory 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