MySegmGridChooser constructor
const
MySegmGridChooser(
- List<
String> data, { - Key? key,
- Function? onChoosed,
- double itemLang = 48.0,
- double? width,
- double mainSpace = 2.0,
- double height = 20.0,
- required IndexedWidgetBuilder itemBuilder,
- IndexedWidgetBuilder? itemCurrentBuilder,
- double crossSpace = 5.0,
- int span = 1,
- bool canScroll = true,
- Function? onChooseIndex,
- Axis direction = Axis.vertical,
- Function? lenCalulator,
Implementation
const MySegmGridChooser(this.data,
{Key? key,
this.onChoosed,
this.itemLang = 48.0,
this.width,
this.mainSpace = 2.0,
this.height = 20.0,
required this.itemBuilder,
this.itemCurrentBuilder,
this.crossSpace = 5.0,
this.span = 1,
this.canScroll = true,
this.onChooseIndex,
this.direction = Axis.vertical,
this.lenCalulator})
: super(key: key);