FocusOptions constructor

FocusOptions({
  1. bool preventScroll,
  2. bool focusVisible,
})

Implementation

external factory FocusOptions({
  bool preventScroll,
  bool focusVisible,
});