yogurt_editor library

Mixins

AutoDispose<State extends StateBase, Controller extends PluginManager<State>>
BoundsBuilder
PluginManager<State extends Object>

Constants

kInvalidCellId → const _InvalidCellId

Typedefs

AutoDisposePlugin<State extends StateBase> = AutoDisposePluginBase<State, PluginManager<State>>
CellState = DynamicState
Disposable = void Function()
EditorState = DynamicState
EventBase = Object
EventHandler<Event extends EventBase, State extends StateBase> = FutureOr<void> Function(Event event, StateUpdater<State> update)
Plugin<State extends StateBase> = PluginBase<State, PluginManager<State>>
StateBase = Object
StateUpdater<State extends StateBase> = void Function(State state)