backgroundColor property

Color? backgroundColor
final

The line backgroundColor; is declaring a nullable variable named backgroundColor

Implementation

final Color? backgroundColor;