color property Null safety
final
This is the color used to cover the screen in between the child and the HUD control. If you don't specify this value, a translucent black color will be used.
Implementation
final Color? color;
This is the color used to cover the screen in between the child and the HUD control. If you don't specify this value, a translucent black color will be used.
final Color? color;