EdgeInsetsGeometryDto<Self extends EdgeInsetsGeometryDto<Self>> class abstract

Inheritance
Implementers
Annotations

Constructors

EdgeInsetsGeometryDto({double? top, double? bottom, double? left, double? right, double? start, double? end})
const

Properties

bottom double?
final
end double?
final
hashCode int
The hash code for this object.
no setterinherited
isDirectional bool
no setter
left double?
final
props List<Object?>
no setter
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start double?
final
stringify bool
no setterinherited
top double?
final

Methods

getDiff(EqualityMixin other) Map<String, String>
inherited
merge(covariant dynamic other) → dynamic
Merges this object with other, returning a new object of type T.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(MixData mix) EdgeInsetsGeometry
override
toString() String
A string representation of this object.
inherited

Operators

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