SimpleSegmListChooser<T> constructor
const
SimpleSegmListChooser<T> (
- List<
T> data, { - Key? key,
- Function? onChoosed,
- double itemLang = 48.0,
- double width = 0.0,
- double mainSpace = 0.0,
- double height = 20.0,
- required IndexedWidgetBuilder itemBuilder,
- IndexedWidgetBuilder? itemCurrentBuilder,
- Function? onIndexChoosed,
Implementation
const SimpleSegmListChooser(this.data,
{Key? key,
this.onChoosed,
this.itemLang = 48.0,
this.width = 0.0,
this.mainSpace = 0.0,
this.height = 20.0,
required this.itemBuilder,
this.itemCurrentBuilder,
this.onIndexChoosed})
: super(key: key);