excludeBackgroundDismissFromSemantics property

  1. @TagNumber(14)
bool get excludeBackgroundDismissFromSemantics

@doc Removes the invisible background tap region used to dismiss the @doc keyboard from the accessibility tree. Not overridable

Implementation

@$pb.TagNumber(14)
$core.bool get excludeBackgroundDismissFromSemantics => $_getBF(9);
  1. @TagNumber(14)
set excludeBackgroundDismissFromSemantics (bool value)

Implementation

@$pb.TagNumber(14)
set excludeBackgroundDismissFromSemantics($core.bool value) =>
    $_setBool(9, value);