BackgroundLayerData constructor

BackgroundLayerData({
  1. required ImageItem image,
})

Implementation

BackgroundLayerData({required this.image});