FadeInImagePlaceholder constructor
const
FadeInImagePlaceholder({})
Implementation
const FadeInImagePlaceholder({
Key? key,
required this.image,
required this.placeholder,
this.child,
this.duration = const Duration(milliseconds: 500),
this.excludeFromSemantics = false,
this.width,
this.height,
this.fit,
}) : super(key: key);