ImageViewStyle constructor

ImageViewStyle({
  1. bool? visible,
  2. String? backgroundColor,
})

Implementation

ImageViewStyle({this.visible, this.backgroundColor});