maybeOf static method

CustomDialogThemeData? maybeOf(
  1. BuildContext context
)

Implementation

static CustomDialogThemeData? maybeOf(BuildContext context) =>
    CustomTheme.maybeOf(context)?.customDialogTheme;