OverlayImage class

마커에 쓰일 비트맵 이미지를 정의한다.

Properties

assetName → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
imageByteArray Uint8List?
no setter
imageFile File?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

fromAssetImage({required String assetName, AssetBundle? bundle, double? devicePixelRatio, Locale? locale, TextDirection? textDirection, Size? size, TargetPlatform? platform}) Future<OverlayImage>
assetName 이미지 중 configuration에 맞는 이미지를 찾아 OverlayImage객체를 만든다.
fromByteArray(Uint8List byteArray) OverlayImage
fromImageFile(File imageFile) OverlayImage
absolutePath에 위치한 이미지 파일로부터 OverlayImage 객체를 만든다.