JuiLabeledText constructor
const
JuiLabeledText({})
Implementation
const JuiLabeledText({
Key? key,
this.text,
this.label,
this.labelColor,
this.color,
this.paddingHeight,
this.textStyle,
this.allowShimmer = true,
this.shimmerWidth,
this.shimmerHeight,
this.shimmerBorderRadius,
this.small,
}) : assert(paddingHeight == null || paddingHeight >= 0),
assert(shimmerWidth == null || shimmerWidth >= 0),
assert(shimmerHeight == null || shimmerHeight >= 0),
assert(shimmerBorderRadius == null || shimmerBorderRadius >= 0),
super(key: key);