MySelectorClearOption constructor

const MySelectorClearOption({
  1. String label = '清除',
  2. Widget? leading,
  3. String? subtitle,
})

Implementation

const MySelectorClearOption({
  this.label = '清除',
  this.leading,
  this.subtitle,
});