LabelAndText constructor
const
LabelAndText(})
Implementation
const LabelAndText(
BuildContext context, {
super.key,
required this.label,
required this.text,
this.textStyle,
this.copyable = false,
});
const LabelAndText(
BuildContext context, {
super.key,
required this.label,
required this.text,
this.textStyle,
this.copyable = false,
});