SingleChildRenderObjectWidget class abstract
SingleChildRenderObjectWidget type.
- Inheritance
-
- Object
- Widget
- RenderObjectWidget
- SingleChildRenderObjectWidget
- Implementers
Constructors
- SingleChildRenderObjectWidget({Key? key, Widget? child})
-
Creates a SingleChildRenderObjectWidget.
const
Properties
Methods
-
createElement(
) → SingleChildRenderObjectElement -
Create the appropriate Element for this RenderObjectWidget
override
-
createRenderObject(
BuildContext context) → RenderObject -
Create the RenderObject for this widget
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateRenderObject(
BuildContext context, covariant RenderObject renderObject) → void -
Update the RenderObject with new configuration
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited