app_theme.dart 72 B

12345
  1. import 'dart:ui';
  2. abstract class AppTheme {
  3. Color getThemeColor();
  4. }