maybeOf static method

CustomRefreshThemeData? maybeOf(
  1. BuildContext context
)

Implementation

static CustomRefreshThemeData? maybeOf(BuildContext context) =>
    CustomTheme.maybeOf(context)?.customRefreshTheme;