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