MySwitchTitleBuilder constructor
MySwitchTitleBuilder({
- Key? key,
- double? SwitchHeight,
- double? SwitchWidth,
- required Color? BackLayerColorOn,
- required List dataList,
- required Color? BackLayerColorOff,
- required Color? BallColorOff,
- required Color? BallColorOn,
- Icon? OffIconBall,
- Icon? ONIconBall,
- double? SwitchHeight2,
- double? SwitchWidth2,
- Color? colorcmaker2,
- dynamic onChange(
- List NewList
- Color? Cardcolorincmaker2,
- TextStyle? style,
- EdgeInsetsGeometry? marginInRowCard,
- EdgeInsetsGeometry? paddingInRowCard,
- EdgeInsetsGeometry? paddingInRowCard2,
Implementation
MySwitchTitleBuilder({
super.key,
this.SwitchHeight,
this.SwitchWidth,
required this.BackLayerColorOn,
required this.dataList,
required this.BackLayerColorOff,
required this.BallColorOff,
required this.BallColorOn,
this.OffIconBall,
this.ONIconBall,
this.SwitchHeight2,
this.SwitchWidth2,
this.colorcmaker2,
this.onChange,
this.Cardcolorincmaker2,
this.style,
this.marginInRowCard,
this.paddingInRowCard,
this.paddingInRowCard2,
});