singleToolMode property

bool? singleToolMode
final

Controls if the editor is used in single tool mode. Prerequisite is that only one tool is in tools.

// Defaults to:
true

Implementation

final bool? singleToolMode;