app_theme_da 0.0.2
app_theme_da: ^0.0.2 copied to clipboard
This Package contains Theme related configuration
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,
);
}