Container class
- Inheritance
-
- Object
- Widget
- RenderWidget
- SingleChildRenderWidget
- Container
Constructors
- Container({Key? key, EdgeInsets? padding, Style? style, Widget? child})
-
const
Properties
Methods
-
createElement(
) → Element -
inherited
-
createRenderObject(
) → RenderObject -
override
-
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