This package support common Flutter Application theme.
Features
Supports Light and Dark theme
Getting started
Required Below Details:
- Primary Color
- Background Color
- Font Name
Usage
AppThemeDa.lightTheme
@override
Widget build(BuildContext context) {
return MaterialApp(
theme: AppThemeDa.lightTheme,
);
}