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