CUHeadLabel constructor
const
CUHeadLabel(})
Implementation
const CUHeadLabel(
this.label, {
final Key? key,
this.color,
this.left = CUWidget.leftPadding,
this.top = CUWidget.topPadding,
this.right = CUWidget.rightPadding,
this.bottom = CUWidget.bottomPadding,
}) : super(key: key);