GroupLabel constructor

GroupLabel({
  1. String? text,
  2. String? title,
  3. GroupLabelType? type,
})

Implementation

GroupLabel({this.text, this.title, this.type});