GroupLabel constructor
GroupLabel({
- String? text,
- String? title,
- GroupLabelType? type,
Implementation
GroupLabel({this.text, this.title, this.type});
GroupLabel({this.text, this.title, this.type});