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