MbxEdgeInsets class

The distance on each side between rectangles, when one is contained into other.

All fields' values are in logical pixel units.

Constructors

MbxEdgeInsets({required double top, required double left, required double bottom, required double right})

Properties

bottom double
Padding from the bottom.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
left double
Padding from the left.
getter/setter pair
Padding from the right.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double
Padding from the top.
getter/setter pair

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

decode(Object result) MbxEdgeInsets