Theme.dart 67 B

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