staff e store

This commit is contained in:
2026-04-13 18:26:17 +02:00
parent 1ce956e1e8
commit f710183f61
6 changed files with 316 additions and 2 deletions

View File

@@ -243,6 +243,11 @@ ThemeData fluxLightTheme = ThemeData(
);
extension FluxThemeContext on BuildContext {
// Scorciatoie per il TextTheme
TextStyle get titleLarge => Theme.of(this).textTheme.titleLarge!;
TextStyle get titleMedium => Theme.of(this).textTheme.titleMedium!;
TextStyle get bodyMedium => Theme.of(this).textTheme.bodyMedium!;
// --- Colori del Brand ---
Color get primary => Theme.of(this).colorScheme.primary; // Blu Flux
Color get accent => Theme.of(this).colorScheme.secondary; // Turchese Flux