HorScrollView constructor
HorScrollView({
- Widget? topContainer,
- List<
ItemViewBuilder> children = const <ItemViewBuilder>[], - Widget? bottomContainer,
- double? dividerWidth,
- Color? dividerColor,
- double? horDividerHeight,
- Color? horDividerColor,
- Color? backgroundColor,
- EdgeInsetsGeometry? rowPadding,
- EdgeInsetsGeometry? margin,
- 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,
});