AssetBitmap class
A bitmap specified by a name and optional package.
- Inheritance
-
- Object
- BitmapDescriptor
- AssetBitmap
Constructors
- AssetBitmap({required String name, String? package})
-
Provides an asset name with
name
and optionally apackage
.const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
Convert the object to a Json format.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited