FLDySafeAreaUnitModel class

SafeArea

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FLDySafeAreaUnitModel({String? uniqueId, String? unitName, FLDyUnitModel? child, List<FLDyUnitModel>? children, FLDyUnitAlign? align, bool? left, bool? top, bool? right, bool? bottom, FLDyUnitEdgeInsets? minimum, bool? maintainBottomViewPadding})
FLDySafeAreaUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

align FLDyUnitAlign?
finalinherited
bottom bool?
final
child FLDyUnitModel?
finalinherited
children List<FLDyUnitModel>?
finalinherited
flex String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
left bool?
final
maintainBottomViewPadding bool?
final
minimum FLDyUnitEdgeInsets?
final
positioned FLDyUnitPositioned?
finalinherited
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top bool?
final
uniqueId String?
finalinherited
unitName String?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited