VenyoreImageUtil class

Constructors

VenyoreImageUtil.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

assetImageToUint8List(String assetPath, {double width = 32, double height = 32}) Future<Uint8List>
iconDataToUint8List(IconData iconData, {double size = 100.0, Color color = Colors.black}) Future<Uint8List>
imageFileToUint8List(String imagePath) Future<Uint8List>