FrameInsets class final
Space removed from the edges of a FrameArea before layout.
Constructors
- FrameInsets({int left = 0, int top = 0, int right = 0, int bottom = 0})
-
Creates explicit edge insets.
const
- FrameInsets.all(int value)
-
Creates equal insets on every edge.
const
Properties
- bottom → int
-
Bottom inset in cells.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- left → int
-
Left inset in cells.
final
- right → int
-
Right inset in cells.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- top → int
-
Top inset in cells.
final
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