backgroundColor property

Color? backgroundColor
final

Background color of the panel.

Default : Canvas color (Theme.of(context).canvasColor).

Implementation

final Color? backgroundColor;