bgImage property Null safety
final
Sets the background image of the box
Box(
bgImage:"url"
)
** Note currently only supports Network Image
Implementation
final String? bgImage;
Sets the background image of the box
Box(
bgImage:"url"
)
** Note currently only supports Network Image
final String? bgImage;