Button constructor

Button({
  1. String? buttonHexColor,
  2. Text? text,
})

Implementation

Button({
  this.buttonHexColor,
  this.text,
});