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