0 purchases
vertical listtile
When you want to column on a container, you can add 3 widgets of your choice similar to a vertical Listtile.
Usage #
First, add the vertical_listtile package to your pubspec dependencies.
To import vertical_listtile:
import 'package:vertical_listtile/vertical_listtile.dart';
copied to clipboard
To use vertical_listtile:
return Scaffold(
body: VerticalListtile(
backgroundcolor: Colors.grey.shade300,
borderRadius: 20,
containerHeight: 350,
containerWidth: 200,
startWidget: myStartWidget(),
centerWidget: myCenterWidget(),
finishWidget: myFinishWidget(),
),
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.