FlutterTexJs class

Constructors

FlutterTexJs()

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

cancel(String requestId) Future<void>
Cancel the in-flight render request identified by requestId. You might want to call this e.g. in StatefulWidget.dispose. It is safe to call this even if no such render request exists.
render(String text, {required String requestId, required bool displayMode, required Color color, required double fontSize, required double maxWidth}) Future<Uint8List>
Render the specified text to a PNG binary suitable for display with Image.memory.