menu
puma_ui package
documentation
ui/pages/theming/ThemingTypography.dart
ThemingTypography
ThemingTypography constructor
ThemingTypography constructor
dark_mode
light_mode
ThemingTypography
constructor
ThemingTypography
(
{
Key
?
key
,
String
title
=
""
,
})
Implementation
ThemingTypography({ Key? key, this.title = "", }) : super(key: key);
puma_ui package
documentation
ui/pages/theming/ThemingTypography
ThemingTypography
ThemingTypography constructor
ThemingTypography class