TxDropDownMenuHeaderStatus constructor

TxDropDownMenuHeaderStatus({
  1. String text = "",
  2. bool highlight = false,
})

Implementation

TxDropDownMenuHeaderStatus({
  this.text = "",
  this.highlight = false,
});