Open erfanium opened 3 years ago
What do you want to achieve exactly? Here you provide a Sliver to the leading of the ListTile, that's why there is an error.
@letsar
What do you want to achieve exactly?
Good question, obviously I don't remember what I wanted after a year :)
First I use this example from here: https://github.com/letsar/flutter_sticky_header/blob/master/example/lib/examples/mix_slivers.dart
Instead of hard-coded
_StickyHeaderList
in build method: https://github.com/letsar/flutter_sticky_header/blob/ea97f5455a7eb52899a15cd9aed0b79286648963/example/lib/examples/mix_slivers.dart#L12-L35I want to use another ListView like:
But I get this error:
How can I do that?