CustomImageConfig constructor

CustomImageConfig({
  1. String? image,
  2. String? imageProject,
})

Implementation

CustomImageConfig({this.image, this.imageProject});