TextLabelPannel constructor
const
TextLabelPannel({})
Implementation
const TextLabelPannel(
{Key? key,
required this.textList,
required this.preforText,
required this.onSelectLabel,
this.fontSize = 14})
: super(key: key);