flutter_deck
flutter_deck copied to clipboard
feat: Support Nested Bullet Points
Description
When Building Slides I sometimes find it helpful to have nested list
-
So I can make a point
- That has a subpoint
- With Another Subpoint
-
Before doing a point again
-
And then later
- Nest Points again
I'm not 100% sure how many levels of nested points should be supported. Maybe having something like a
FlutterDeckBulletListItem({String title, List<FlutterDeckBulletListItem>? nestedItems})
could be a good start and allow maximum flexibility