ProviderTheme constructor
const
ProviderTheme({})
Implementation
const ProviderTheme({
this.primaryColor = Colors.grey,
this.secondaryColor = Colors.white,
this.successColor = Colors.green,
this.failureColor = Colors.red,
});