ButtonColor constructor

const ButtonColor(
  1. String fill,
  2. String text
)

Implementation

const ButtonColor(this.fill, this.text);