Typography constructor
const
Typography({
- required Widget child,
- TypographyData data = const TypographyData(),
- List<
TypographyBreakpoint> breakpoints = const <TypographyBreakpoint>[], - Key? key,
Implementation
const Typography({
required this.child,
this.data = const TypographyData(),
this.breakpoints = const <TypographyBreakpoint>[],
super.key,
});