ButtonDescriptor constructor

ButtonDescriptor(
  1. Buttons type,
  2. IconData icon,
  3. String? text,
  4. Color backgroundColor,
)

Implementation

ButtonDescriptor(this.type, this.icon, this.text, this.backgroundColor);