of static method

Implementation

static ConnectorThemeData of(BuildContext context) {
  final connectorTheme =
      context.dependOnInheritedWidgetOfExactType<ConnectorTheme>();
  return connectorTheme?.data ?? StatusChangeTheme.of(context).connectorTheme;
}