AntdLayoutContext class
Constructors
- AntdLayoutContext.new({Key? key, required bool hasSizeChange, required RenderBox renderBox, RenderAbstractViewport? viewport, required bool update, required EdgeInsets padding, required EdgeInsets margin})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasSizeChange → bool
-
final
- insets → EdgeInsets
-
no setter
- key → Key?
-
final
- margin → EdgeInsets
-
final
- offsetToReveal → RevealedOffset?
-
no setter
- padding → EdgeInsets
-
final
- removeInsetsSize → Size
-
no setter
- removeMarginSize → Size
-
no setter
- removePaddingSize → Size
-
no setter
- renderBox → RenderBox
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → Size
-
no setter
- update → bool
-
final
- viewport → RenderAbstractViewport?
-
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