EdgeInsets class
Constructors
- EdgeInsets.all(Unit value)
-
constfactory
- EdgeInsets.fromLTRB(Unit left, Unit top, Unit right, Unit bottom)
-
constfactory
- EdgeInsets.only({Unit? left, Unit? top, Unit? right, Unit? bottom})
-
constfactory
- EdgeInsets.symmetric({Unit? vertical, Unit? horizontal})
-
constfactory
Properties
Methods
-
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
Constants
- inherit → const EdgeInsets
- initial → const EdgeInsets
- revert → const EdgeInsets
- revertLayer → const EdgeInsets
- unset → const EdgeInsets
- zero → const EdgeInsets