tipLabel property

String? tipLabel
final

录入项提示(问号图标&文案) 用户点击时触发onTip回调。

  1. 若赋值为 空字符串("")时仅展示"问号"图标,
  2. 若赋值为非空字符串时 展示"问号图标&文案",
  3. 若不赋值或赋值为null时 不显示提示项 默认值为 3

Implementation

final String? tipLabel;