focus method

Inkwell focus(
  1. Color color, [
  2. int? alpha
])

@varies ~ set focus color

Implementation

Inkwell focus(Color color, [int? alpha]) => resolve(color.withAlpha(alpha ?? defA), #focus);