MultiRButton constructor
MultiRButton({
- Key? key,
- required List list,
- required int crossAxisCount,
- required dynamic onChanged(
- dynamic SelectedValue
- double? mainAxisSpacing,
- double? rowSpaces,
- double? columnSpaces,
- double? crossAxisSpacing,
- AlignmentGeometry? childAlignment,
- DecorationImage? childBackGroundimage,
- BoxBorder? childBorder,
- List<
BoxShadow> ? childBoxShadow, - double? childCircularRadius,
- Color? childColor,
- Gradient? childGradient,
- required double childHeight,
- EdgeInsetsGeometry? childPadding,
- double? childWidth,
- TextAlign? textAlign,
- Color? textColor,
- String? textFontFamily,
- double? textFontSize,
- FontWeight? textFontWeight,
- Color? activeColor,
- Color? hoverColor,
- Color? tileColor,
- bool? Scroll,
Implementation
MultiRButton(
{super.key,
required this.list,
required this.crossAxisCount,
required this.onChanged,
this.mainAxisSpacing,
this.rowSpaces,
this.columnSpaces,
this.crossAxisSpacing,
this.childAlignment,
this.childBackGroundimage,
this.childBorder,
this.childBoxShadow,
this.childCircularRadius,
this.childColor,
this.childGradient,
required this.childHeight,
this.childPadding,
this.childWidth,
this.textAlign,
this.textColor,
this.textFontFamily,
this.textFontSize,
this.textFontWeight,
this.activeColor,
this.hoverColor,
this.tileColor,
this.Scroll});