ScrollableColumn class
A convenience widget combining scroll and column.
- Inheritance
-
- Object
- Widget
- StatelessWidget
- ScrollableColumn
Constructors
-
ScrollableColumn({Key? key, int? height, required List<
Widget> children}) -
const
Properties
Methods
-
build(
BuildContext context) → Widget -
override
-
createElement(
) → Element -
inherited
-
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