RCKItemConfig constructor
const
RCKItemConfig({
- double height = 76.0,
- Color? backgroundColor,
- Color? pinnedBackgroundColor,
- Color? dividerColor,
- double dividerIndent = 0.0,
- double dividerEndIndent = 0.0,
- double dividerHeight = 1.0,
- EdgeInsets padding = const EdgeInsets.symmetric(vertical: itemVerticalPadding, horizontal: itemHorizontalPadding),
- double cellSpacing = 0.0,
Implementation
const RCKItemConfig({
this.height = 76.0,
this.backgroundColor,
this.pinnedBackgroundColor,
this.dividerColor,
this.dividerIndent = 0.0,
this.dividerEndIndent = 0.0,
this.dividerHeight = 1.0,
this.padding = const EdgeInsets.symmetric(
vertical: itemVerticalPadding, horizontal: itemHorizontalPadding),
this.cellSpacing = 0.0,
});