label property

String? label
final

Optional custom label text shown inside the bracket.

If null, displayLabel is automatically derived from number as "$number." (e.g. "1." or "2.").

Implementation

final String? label;