ui library
UI style facades for moose_core plugins.
Exports hook-calling style helpers that delegate to whichever palette plugin is active. Import this instead of concrete style classes:
import 'package:moose_core/ui.dart';
Text('Title', style: AppTextStyles.appBarTitle(context))
Classes
- AppBackgroundStyles
- Hook-calling facade for background styles.
- AppButtonStyles
- Hook-calling facade for button styles.
- AppCustomStyles
- Hook-calling facade for custom / ad-hoc styles.
- AppInputStyles
- Hook-calling facade for input decoration styles.
- AppTextStyles
- Hook-calling facade for text styles.