useAutoFocus property

  1. @TagNumber.new(2)
bool get useAutoFocus

Set to true to enable auto focus This parameter is only supported on Android devices.

Implementation

@$pb.TagNumber(2)
$core.bool get useAutoFocus => $_getBF(1);
  1. @TagNumber.new(2)
set useAutoFocus (bool value)

Implementation

@$pb.TagNumber(2)
set useAutoFocus($core.bool value) => $_setBool(1, value);