backgroundColor property
The line backgroundColor; is declaring a nullable variable named backgroundColor
Implementation
final Color? backgroundColor;
The line backgroundColor; is declaring a nullable variable named backgroundColor
final Color? backgroundColor;