timeline_flutter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

timeline flutter

Getting started #
Usage #
to /example folder.
SizedBox(
width: context.width,
child: Column(children: [
TimelineFlutter(
title: "11",
width: context.width,
height: WidgetSizes.spacingOneHundred,
circleWidget: _circleTextWidget(context, "1"),
contentChild: Container(
color: Colors.red,
),
),
TimelineFlutter(
title: "11",
width: context.width,
height: WidgetSizes.spacingTwoHundred,
circleWidget: _circleTextWidget(context, "2"),
contentChild: ColoredBox(color: Colors.blue),
),
TimelineFlutter(
contentChild: ColoredBox(color: Colors.black45),
title: "11",
width: context.width,
height: WidgetSizes.spacingTwoHundredFifty,
circleWidget: _circleTextWidget(context, "3"),
)
]),
);
copied to clipboard
Example UI #

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.