Image constructor
Image(})
Implementation
Image(
Object? path, {
this.isNetwork = true,
this.fit = ImageFit.cover,
this.width,
this.height,
this.borderRadius,
this.cached = true,
String? name,
Object? visible,
}) : path = normalizeExpression(path),
super(name: name, visible: _normalizeVisibility(visible));