AdaptyCustomAsset class sealed
- Implementers
Constructors
- AdaptyCustomAsset.color({required Color color})
-
constfactory
- AdaptyCustomAsset.linearGradient({required LinearGradient gradient})
-
constfactory
- AdaptyCustomAsset.localImageAsset({required String assetId})
-
constfactory
- AdaptyCustomAsset.localImageData({required Uint8List data})
-
constfactory
- AdaptyCustomAsset.localImageFile({required String path})
-
constfactory
- AdaptyCustomAsset.localVideoAsset({required String assetId})
-
constfactory
- AdaptyCustomAsset.localVideoFile({required String path})
-
constfactory
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