menu
phoenix_form package
documentation
items/misc/general_item.dart
GeneralFormItem
tipLabel property
tipLabel property
dark_mode
light_mode
tipLabel
property
String
?
tipLabel
final
录入项提示(问号图标&文案) 用户点击时触发onTip回调。
若赋值为 空字符串("")时仅展示"问号"图标,
若赋值为非空字符串时 展示"问号图标&文案",
若不赋值或赋值为null时 不显示提示项 默认值为 3
Implementation
final String? tipLabel;
phoenix_form package
documentation
items/misc/general_item
GeneralFormItem
tipLabel property
GeneralFormItem class