of static method

Implementation

static FlutterFlowTheme of(BuildContext context) =>
    Theme.of(context).brightness == Brightness.dark
        ? DarkModeTheme()
        : LightModeTheme();