maybeOf static method
Returns the FTileGroupStyle in the given context
, or null if none is found.
Implementation
static FTileGroupStyle? maybeOf(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<FTileGroupStyleData>()?.style;