bgImage property Null safety

String? bgImage
final

Sets the background image of the box

Box(
 bgImage:"url"
)

** Note currently only supports Network Image

Implementation

final String? bgImage;