SemengChooser constructor

const SemengChooser(
  1. List data, {
  2. Key? key,
  3. Function? onChoosed,
  4. double itemLang = 48.0,
  5. double width = 0.0,
  6. double mainSpace = 0.0,
  7. bool isShowOnly = false,
  8. double height = 20.0,
})

Implementation

const SemengChooser(this.data,
    {Key? key,
    this.onChoosed,
    this.itemLang = 48.0,
    this.width = 0.0,
    this.mainSpace = 0.0,
    this.isShowOnly = false,
    this.height = 20.0})
    : super(key: key);