ShareModel constructor

ShareModel({
  1. Color? colorTop100,
  2. Color? colorBottom,
  3. bool? isImageOnline,
  4. String? pathImage,
  5. bool? isHaveImage,
})

Implementation

ShareModel(
    {this.colorTop100,
    this.colorBottom,
    this.isImageOnline,
    this.pathImage,
    this.isHaveImage});