Complete refactoring SFM App Source Code
This commit is contained in:
5
lib/product/theme/app_theme.dart
Normal file
5
lib/product/theme/app_theme.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
abstract class AppTheme {
|
||||
ThemeData? theme;
|
||||
}
|
||||
Reference in New Issue
Block a user