ZeroText constructor
const
ZeroText(})
Creates a default text widget with default style
This widget like Text from Material design
The style will be merge from theme Typography.body2
Implementation
const ZeroText(
this.value, {
this.style,
this.align,
this.maxLine,
this.overflow,
this.scaleFactor,
this.softWrap,
super.key,
}) : _type = _ZeroTextType.body2;