appendColonToLabel property

bool appendColonToLabel
final

Controls whether a colon : is appended automatically to the label text.

  • When true (default) and label is not empty, the rendered text will be "labelText:" (backwards compatible behaviour).
  • When false, the label text is rendered exactly as provided.

This flag is ignored when labelWidget is provided.

Implementation

final bool appendColonToLabel;