EditorToolbarState constructor
const
EditorToolbarState({})
Implementation
const EditorToolbarState({
required this.compact,
required this.canUndo,
required this.canRedo,
required this.hasSelection,
});
const EditorToolbarState({
required this.compact,
required this.canUndo,
required this.canRedo,
required this.hasSelection,
});