maybeOf static method
Returns the FTileGroupData of the FTile in the given context
.
Contract
Throws AssertionError if there is no ancestor FTile in the given context
.
Implementation
static FTileGroupData? maybeOf(BuildContext context) => context.dependOnInheritedWidgetOfExactType<FTileGroupData>();