ButtonMap constructor

const ButtonMap(
  1. String label,
  2. Function action, {
  3. bool active = false,
  4. Color activeColor = Colors.green,
  5. double? padding,
  6. double? size,
  7. Key? key,
})

Implementation

const ButtonMap(this.label, this.action, {this.active = false, this.activeColor = Colors.green, this.padding, this.size, Key? key}):super(key:key);