DurationInput constructor
      const
      DurationInput({})
     
    
    
Implementation
const DurationInput({
  super.key,
  this.controller,
  this.initialValue,
  this.onChanged,
  this.enabled = true,
  this.placeholder,
  this.showSeconds = false,
  this.separator,
  this.placeholders,
});