column_scroll_view

Creator: coderz1093

Last updated:

0 purchases

column_scroll_view Image
column_scroll_view Images

Languages

Categories

Add to Cart

Description:

column scroll view

ColumnScrollView #
ColumnScrollView possibility that you create and insert Column and Flex itens inside [SingleChildScrollView].
Getting Started #
In the pubspec.yaml of your flutter project, add the following dependency:
dependencies:
...
column_scroll_view: ^1.0.0
copied to clipboard
In your library add the following import:
import 'package:column_scroll_view/column_scroll_view.dart';
copied to clipboard
Usage #
ColumnScrollView(
child: Column(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: <Widget>[
Container(
color: Color(0xff222222),
height: 120,
),
Container(
color: Color(0xff222222),
height: 120,
),
Container(
color: Color(0xff222222),
height: 120,
)
],
),
)
copied to clipboard
Preview #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.