thumbVisible property

  1. @TagNumber(1)
bool get thumbVisible

Implementation

@$pb.TagNumber(1)
$core.bool get thumbVisible => $_getBF(0);
  1. @TagNumber(1)
set thumbVisible (bool value)

Implementation

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