save method Null safety
Saves a copy of the current transform and clip on the save stack.
Call restore to pop the save stack.
See also:
Implementation
@FfiNative<Void Function(Pointer<Void>)>('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:
@FfiNative<Void Function(Pointer<Void>)>('Canvas::save', isLeaf: true)
external void save();