vertical_listtile 0.0.6 copy "vertical_listtile: ^0.0.6" to clipboard
vertical_listtile: ^0.0.6 copied to clipboard

Vertical listtile for you. You can add any 3 widgets you want inside the colum on the container.

Developer Challenge

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';

To use vertical_listtile:

  return  Scaffold(
        body: VerticalListtile(
        backgroundcolor: Colors.grey.shade300,
        borderRadius: 20,
        containerHeight: 350,
        containerWidth: 200,
        startWidget: myStartWidget(),
        centerWidget: myCenterWidget(),
        finishWidget: myFinishWidget(),
      ),
    );
1
likes
130
pub points
40%
popularity

Publisher

unverified uploader

Vertical listtile for you. You can add any 3 widgets you want inside the colum on the container.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on vertical_listtile