ItemViewBuilder constructor

ItemViewBuilder({
  1. double? height,
  2. Color? backgroundColor,
  3. List<Widget> children = const <Widget>[],
  4. EdgeInsetsGeometry? rowPadding,
})

Implementation

ItemViewBuilder({this.height, this.backgroundColor, this.children = const <Widget>[], this.rowPadding});