HighlightMenuButton constructor

HighlightMenuButton({
  1. highlight_type type = highlight_type.color,
  2. String label = "",
  3. int colorIntValue = -1,
})

Implementation

HighlightMenuButton(
    {this.type = highlight_type.color,
    this.label = "",
    this.colorIntValue = -1});