CUHeadLabel constructor
const
CUHeadLabel(})
Implementation
const CUHeadLabel(
this.label, {
final Key? key,
this.color = CUWidget.red,
this.left = 42.5,
this.top = 20,
this.right = 0,
this.bottom = 7.5,
}) : super(key: key);