animateToBase property

Future<void> Function([Object? mode]) animateToBase
final

Opens the Origin onto the Stage. Optional mode is a key into the Origin's Origin.modes map — when set, that mode's DisplayConfig is merged onto the default before animating. Use this to open with tool-specific configuration (e.g. event.animateToBase('crop_square')).

Implementation

final Future<void> Function([Object? mode]) animateToBase;