menu
universally package
documentation
component/text.dart
TextShowPage
TextShowPage const constructor
TextShowPage const constructor
dark_mode
light_mode
TextShowPage
constructor
const
TextShowPage
(
{
Key
?
key
,
required
String
text
,
String
?
appBarTitleText
,
})
Implementation
const TextShowPage({super.key, required this.text, this.appBarTitleText});
universally package
documentation
component/text
TextShowPage
TextShowPage const constructor
TextShowPage class