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