backgroundColor property
backgroundColor is a color that is used to set the background color of the panel. by default it is transparent
Implementation
final Color? backgroundColor;
backgroundColor is a color that is used to set the background color of the panel. by default it is transparent
final Color? backgroundColor;