SpacingDto class

Inheritance
Annotations

Constructors

SpacingDto.all(double value)
const
SpacingDto.only({double? top, double? bottom, double? left, double? right, double? start, double? end})
const

Properties

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

Methods

getDiff(EqualityMixin other) Map<String, String>
inherited
merge(covariant SpacingDto? other) SpacingDto
Merges this object with other, returning a new object of type T.
override
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