HorScrollView constructor

HorScrollView({
  1. Widget? topContainer,
  2. List<ItemViewBuilder> children = const <ItemViewBuilder>[],
  3. Widget? bottomContainer,
  4. double? dividerWidth,
  5. Color? dividerColor,
  6. double? horDividerHeight,
  7. Color? horDividerColor,
  8. Color? backgroundColor,
  9. EdgeInsetsGeometry? rowPadding,
  10. EdgeInsetsGeometry? margin,
  11. BorderRadiusGeometry? borderRadius,
})

Implementation

HorScrollView({
  this.topContainer,
  this.children = const <ItemViewBuilder>[],
  this.bottomContainer,
  this.dividerWidth,
  this.dividerColor,
  this.horDividerHeight,
  this.horDividerColor,
  this.backgroundColor,
  this.rowPadding,
  this.margin,
  this.borderRadius,
});