defaultTheme property Null safety

dynamic defaultTheme

Implementation

static get defaultTheme => ThemeData(
      useMaterial3: true,
      textTheme: UnTextTheme.mediumText,
      extensions: const [UnColorTheme.lightCustomColors],
    );