factory FocusOptions({bool? preventScroll, bool? focusVisible}) => FocusOptions._( preventScroll: preventScroll ?? false, focusVisible: focusVisible ?? undefined);