You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
When Building Slides I sometimes find it helpful to have nested list
So I can make a point
Before doing a point again
And then later
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 flexibilityThe text was updated successfully, but these errors were encountered: