EdgeInsets class

Constructors

EdgeInsets.all(Unit value)
const
factory
EdgeInsets.fromLTRB(Unit left, Unit top, Unit right, Unit bottom)
const
factory
EdgeInsets.only({Unit? left, Unit? top, Unit? right, Unit? bottom})
const
factory
EdgeInsets.symmetric({Unit? vertical, Unit? horizontal})
const
factory

Properties

bottom Unit
no setter
hashCode int
The hash code for this object.
no setterinherited
left Unit
no setter
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles Map<String, String>
The css styles
final
top Unit
no setter

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