BoxParentData class Null safety
Parent data used by RenderBox and its subclasses.
- Inheritance
-
- Object
- ParentData
- BoxParentData
- Implementers
Constructors
Properties
Methods
-
detach(
) → void - Called when the RenderObject is removed from the tree.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited