backgroundColor property

Color? backgroundColor
final

The background Color of the code. By default it is Theme.of(context).colorScheme.background.

Implementation

final Color? backgroundColor;