getBehavior method

InputBehavior? getBehavior(
  1. String id
)

Get the input behavior for a visible palette.

Implementation

InputBehavior? getBehavior(String id) => _visiblePalettes[id]?.behavior;