ControlStatusProps constructor

const ControlStatusProps({
  1. bool success = false,
  2. bool error = false,
  3. bool warning = false,
})

Implementation

const ControlStatusProps({
  this.success = false,
  this.error = false,
  this.warning = false
});