MAssetsImage constructor

const MAssetsImage(
  1. String useData, {
  2. double? width,
  3. double? height,
  4. BoxFit? fit,
  5. ImageErrorWidgetBuilder? errorBuilder,
  6. String? package,
  7. Color? color,
  8. Key? key,
})

Implementation

const MAssetsImage(this.useData,
    {this.width,
    this.height,
    this.fit,
    this.errorBuilder,
    this.package,
    this.color,
    super.key});