menu
rattle
widgets/text_page.dart
TextPage
TextPage const constructor
TextPage
dark_mode
light_mode
TextPage
constructor
const
TextPage
(
{
Key
?
key
,
required
String
title
,
required
String
content
,
})
Implementation
const TextPage({ super.key, required this.title, required this.content, });
rattle
text_page
TextPage
TextPage const constructor
TextPage class