AwesomeTheme constructor
AwesomeTheme({
- AwesomeButtonTheme? buttonTheme,
- Color? bottomActionsBackgroundColor,
Implementation
AwesomeTheme({
AwesomeButtonTheme? buttonTheme,
Color? bottomActionsBackgroundColor,
}) : buttonTheme = buttonTheme ?? AwesomeButtonTheme(),
bottomActionsBackgroundColor =
bottomActionsBackgroundColor ?? Colors.black54;