Text constructor
const
Text(
- String data, {
- Key? key,
- String variant = 'body2',
- StyleSheet styleSheet = const StyleSheet(),
Implementation
const Text(
this.data, {
Key? key,
this.variant = 'body2',
this.styleSheet = const StyleSheet(),
}) : super(key: key);