TextRenderer constructor
const
TextRenderer({
- Key? key,
- required Widget child,
- String? text,
- TextRendererStyle? style,
Default TextRenderer const constructor.
Implementation
const TextRenderer({
Key? key,
required this.child,
this.text,
this.style,
}) : super(key: key);