save method
Saves a copy of the current transform and clip on the save stack.
Call restore to pop the save stack.
See also:
Implementation
@Native<Void Function(Pointer<Void>)>(symbol: 'Canvas::save', isLeaf: true)
external void save();
Saves a copy of the current transform and clip on the save stack.
Call restore to pop the save stack.
See also:
@Native<Void Function(Pointer<Void>)>(symbol: 'Canvas::save', isLeaf: true)
external void save();