AppButtonTheme constructor
AppButtonTheme({
- ButtonStyle? primary,
- ButtonStyle? neutral,
- ButtonStyle? destructive,
Implementation
AppButtonTheme({
this.primary,
this.neutral,
this.destructive,
});