SnapshotUtility class abstract

How to used: final GlobalKey _globalKey = GlobalKey(); final renderRepaintBoundary = _globalKey.currentContext.findRenderObject(); final imageSnapshotUtility = ImageSnapshotUtility(); final imageBytes = imageSnapshotUtility.toByteData(_globalKey.currentContext.findRenderObject(), pixelRatio: 16 / 9);

Implementers

Constructors

SnapshotUtility()

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
toByteData(RenderRepaintBoundary request, {double pixelRatio}) Future<Uint8List>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited