StyledText.heading constructor
const
StyledText.heading(
- String text, {
- RenderConfig renderConfig = const RenderConfig(),
Implementation
const StyledText.heading(
this.text, {
this.renderConfig = const RenderConfig(),
}) : _type = _StyleType.heading;