PowerImageRequestOptions class

Constructors

PowerImageRequestOptions({required PowerImageRequestOptionsSrc src, required String imageType, required String? renderingType, double? imageWidth, double? imageHeight})
PowerImageRequestOptions.asset(String src, {String? package, required String? renderingType, double? imageWidth, double? imageHeight})
PowerImageRequestOptions.file(String src, {required String? renderingType, double? imageWidth, double? imageHeight})
PowerImageRequestOptions.nativeAsset(String src, {required String? renderingType, double? imageWidth, double? imageHeight})
PowerImageRequestOptions.network(String src, {required String? renderingType, double? imageWidth, double? imageHeight})

Properties

hashCode int
The hash code for this object.
no setteroverride
imageHeight double?
final
imageType String
final
imageWidth double?
final
renderingType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src PowerImageRequestOptionsSrc
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override