AppButton constructor

AppButton(
  1. String label,
  2. String color,
  3. String action
)

Implementation

AppButton(this.label, this.color, this.action);