CellCupertinoListSection constructor
const
CellCupertinoListSection({
- Key? key,
- ValueCell<
List< ? children,Widget> ?> - ValueCell<
Widget?> ? header, - ValueCell<
EdgeInsetsGeometry> margin = const ValueCell.value(EdgeInsets.only(bottom: 8.0)), - ValueCell<
Color> backgroundColor = const ValueCell.value(CupertinoColors.systemGroupedBackground), - ValueCell<
BoxDecoration?> ? decoration, - ValueCell<
Clip> clipBehavior = const ValueCell.value(Clip.none), - ValueCell<
double> dividerMargin = const ValueCell.value(20.0), - ValueCell<
double?> ? additionalDividerMargin, - ValueCell<
double?> topMargin = const ValueCell.value(22.0), - ValueCell<
bool> hasLeading = const ValueCell.value(true), - ValueCell<
Color?> ? separatorColor,
Implementation
const CellCupertinoListSection({
super.key,
this.children,
this.header,
this.footer,
this.margin = const ValueCell.value(EdgeInsets.only(bottom: 8.0)),
this.backgroundColor =
const ValueCell.value(CupertinoColors.systemGroupedBackground),
this.decoration,
this.clipBehavior = const ValueCell.value(Clip.none),
this.dividerMargin = const ValueCell.value(20.0),
this.additionalDividerMargin,
this.topMargin = const ValueCell.value(22.0),
this.hasLeading = const ValueCell.value(true),
this.separatorColor,
});