menu
truesight_flutter package
documentation
widgets/app_title.dart
AppTitle
AppTitle const constructor
AppTitle const constructor
dark_mode
light_mode
AppTitle
constructor
const
AppTitle
(
{
Key
?
key
,
required
String
title
,
String
level
=
medium
,
})
Implementation
const AppTitle({ super.key, required this.title, this.level = medium, });
truesight_flutter package
documentation
widgets/app_title
AppTitle
AppTitle const constructor
AppTitle class