6 lines
89 B
Dart
6 lines
89 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
abstract class AppTheme {
|
|
ThemeData? theme;
|
|
}
|