legacyLeadingIconPadding property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(6)
double get legacyLeadingIconPadding

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(6)
$core.double get legacyLeadingIconPadding => $_getN(5);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(6)
set legacyLeadingIconPadding (double value)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(6)
set legacyLeadingIconPadding($core.double value) => $_setDouble(5, value);