ItemViewBuilder constructor
ItemViewBuilder({
- double? height,
- Color? backgroundColor,
- List<
Widget> children = const <Widget>[], - EdgeInsetsGeometry? rowPadding,
Implementation
ItemViewBuilder({this.height, this.backgroundColor, this.children = const <Widget>[], this.rowPadding});