ImageStyle constructor
const
ImageStyle({
- double? opacity,
- String? filter,
- ObjectFit fit = ObjectFit.contain,
- String? title,
- ImageDecoding? decoding,
Implementation
const ImageStyle({
this.opacity,
this.filter,
this.fit = ObjectFit.contain,
this.title,
this.decoding,
});