ImageStyle constructor
const
ImageStyle({
- Radius? borderRadius,
- EdgeInsetsGeometry? padding,
- BoxFit? fit,
- double? maxWidth,
- double? maxHeight,
Creates a ImageStyle. Null fields defer to the theme, then to the default.
Implementation
const ImageStyle({
this.borderRadius,
this.padding,
this.fit,
this.maxWidth,
this.maxHeight,
});