AppButtonTheme constructor

AppButtonTheme({
  1. ButtonStyle? primary,
  2. ButtonStyle? neutral,
  3. ButtonStyle? destructive,
})

Implementation

AppButtonTheme({
  this.primary,
  this.neutral,
  this.destructive,
});