ButtonStyle constructor

ButtonStyle({
  1. String? color,
  2. String? backgroundColor,
})

Implementation

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