maybeOf static method

CLTableStyle? maybeOf(
  1. BuildContext c
)

Implementation

static CLTableStyle? maybeOf(BuildContext c) => c.dependOnInheritedWidgetOfExactType<_CLTableStyleScope>()?.style;