Insets class abstract

Insets from the edge of the screen to the content

Constructors

Insets([void updates(InsetsBuilder)])
Insets factory
factory

Properties

bottom double
Bottom inset
no setter
hashCode int
The hash code for this object.
no setterinherited
left double
Left inset
no setter
Right inset
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double
Top inset
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InsetsBuilder)) Insets
Rebuilds the instance.
inherited
toBuilder() InsetsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Insets>
Insets serializer
no setter