getBehavior method
Get the input behavior for a visible palette.
Implementation
InputBehavior? getBehavior(String id) => _visiblePalettes[id]?.behavior;
Get the input behavior for a visible palette.
InputBehavior? getBehavior(String id) => _visiblePalettes[id]?.behavior;