AnimatedImageProvider class
Constructors
- AnimatedImageProvider.fromAsset(String name, {AssetBundle? bundle, String? package, String? id, Function? onError})
-
AnimatedImageProvider.fromFrames(List<
Frame> frames, {int loopCount = 1, String? id}) -
AnimatedImageProvider.fromRawData(Future<
ByteData> onDataRequest(), {String? id, Function? onError})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited