WGridBuilder constructor
WGridBuilder({
- Key? key,
- required Widget builder(
- int index
- required int itemCount,
- required int crossAxisCount,
- dynamic onSelected(
- int SelectedIndex
- required double childHeight,
- double? childWidth,
- double? rowSpaces,
- double? columnSpaces,
- AlignmentGeometry? childAlignment,
- DecorationImage? childBackGroundimage,
- BoxBorder? childBorder,
- List<
BoxShadow> ? childBoxShadow, - double? childCircularRadius,
- Color? childColor,
- Gradient? childGradient,
- EdgeInsetsGeometry? childPadding,
- bool? Scroll,
Implementation
WGridBuilder(
{super.key,
required this.builder,
required this.itemCount,
required this.crossAxisCount,
this.onSelected,
required this.childHeight,
this.childWidth,
this.rowSpaces,
this.columnSpaces,
this.childAlignment,
this.childBackGroundimage,
this.childBorder,
this.childBoxShadow,
this.childCircularRadius,
this.childColor,
this.childGradient,
this.childPadding,
this.Scroll});