InfoLabel constructor
InfoLabel({})
Creates an info label.
Implementation
InfoLabel({
super.key,
this.child,
required String label,
TextStyle? labelStyle,
this.isHeader = true,
}) : label = TextSpan(text: label, style: labelStyle);