FocusOptions constructor

FocusOptions({
  1. bool? preventScroll,
})

Implementation

factory FocusOptions({_i2.bool? preventScroll}) =>
    FocusOptions._(preventScroll: preventScroll);