NUIImagePainter class
Constructors
- NUIImagePainter({required Uint8List imageBytes})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageBytes → Uint8List
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
convertRadiusToSigma(
double radius) → double -
drawCircleShadow(
Canvas canvas) → void -
drawShadow(
Canvas canvas, Size size) → void -
imageFromUint8List(
Uint8List bytes) → Future< Image> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paint(
) → Future< Uint8List?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited