FlutterImage class
- Implemented types
-
- Annotations
-
Constructors
-
FlutterImage.asset(String name, {@cN FlutterKey? key, String? semanticLabel, bool? excludeFromSemantics, double? scale, double? width, double? height, FlutterColor? color, FlutterBlendMode? colorBlendMode, FlutterBoxFit? fit, @cN FlutterAlignmentGeometry? alignment, FlutterImageRepeat? repeat, FlutterRect? centerSlice, bool? matchTextDirection, bool? gaplessPlayback, bool? isAntiAlias, String? package, FlutterFilterQuality? filterQuality, int? cacheWidth, int? cacheHeight})
-
factory
-
FlutterImage.fromJson(Map<String, dynamic> json)
-
factory
-
FlutterImage.network(String src, {@cN FlutterKey? key, double? scale, String? semanticLabel, bool? excludeFromSemantics, double? width, double? height, FlutterColor? color, FlutterBlendMode? colorBlendMode, FlutterBoxFit? fit, @cN FlutterAlignmentGeometry? alignment, FlutterImageRepeat? repeat, FlutterRect? centerSlice, bool? matchTextDirection, bool? gaplessPlayback, FlutterFilterQuality? filterQuality, bool? isAntiAlias, int? cacheWidth, int? cacheHeight})
-
factory
Methods
-
map<TResult extends Object?>({required TResult network(_FlutterImageNetowrk value), required TResult asset(_FlutterImageAsset value)})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
toWidget(AnyWidgetContext context)
→ Image
-
override