menu
messenger
ui/page/style/page/typography/view.dart
TypographyView
TypographyView const constructor
TypographyView
dark_mode
light_mode
TypographyView
constructor
const
TypographyView
(
{
Key
?
key
,
bool
inverted
=
false
,
bool
dense
=
false
,
})
Implementation
const TypographyView({super.key, this.inverted = false, this.dense = false});
messenger
view
TypographyView
TypographyView const constructor
TypographyView class