label property
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;
Optional custom label text shown inside the bracket.
If null, displayLabel is automatically derived from number
as "$number." (e.g. "1." or "2.").
final String? label;