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