ButtonStyle constructor

ButtonStyle({
  1. Color? backgroundColor,
  2. Color? foregroundColor,
})

Implementation

ButtonStyle({
  this.backgroundColor,
  this.foregroundColor,
});