vertical_listtile

Creator: coderz1093

Last updated:

0 purchases

vertical_listtile Image
vertical_listtile Images
Add to Cart

Description:

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

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.