grouper property

GlobalKey<TipGrouperState>? grouper
final

State of grouper that contains many OrderedTip

If one screen have multiple groups, it is possible to show many tips in one screen.

Implementation

final GlobalKey<TipGrouperState>? grouper;