menu
flutter_declarative_mdx package
documentation
model/styled_typography.dart
StyledTypography
StyledTypography.new constructor
StyledTypography.new constructor
dark_mode
light_mode
StyledTypography
constructor
StyledTypography
(
{
TextStyle
?
paragraph
,
List
<
TextStyle
>
?
headings
,
TextStyle
?
code
,
TextStyle
?
preformatted
,
})
Implementation
StyledTypography({ this.paragraph, this.headings, this.code, this.preformatted, });
flutter_declarative_mdx package
documentation
model/styled_typography
StyledTypography
StyledTypography.new constructor
StyledTypography class