decoration property

BoxDecoration? decoration
final

Sets the decoration around children.

If null, background color defaults to CupertinoColors.secondarySystemGroupedBackground.

If null, border radius defaults to 10.0 circular radius when constructing with CupertinoListSection.insetGrouped. Defaults to zero radius for the standard CupertinoListSection constructor.

Implementation

final BoxDecoration? decoration;