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
@override
void save() => parent.save();
Saves a copy of the current transform and clip on the save stack.
Call restore to pop the save stack.
See also:
@override
void save() => parent.save();