MbxEdgeInsets class Null safety

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

All fields' values are in platform pixel units.

Constructors

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

Properties

bottom double
Padding from the bottom.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
left double
Padding from the left.
read / write
Padding from the right.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
top double
Padding from the top.
read / write

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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