backgroundColor property

Color? backgroundColor
final

The background color for this widget.

Defaults to

brightness.resolve(
  CupertinoColors.systemGrey6.color,
  MacosColors.controlBackgroundColor.darkColor,
)

Implementation

final Color? backgroundColor;