menu
aegee_leiden_app
screens/post/post.dart
PostPage
PostPage const constructor
PostPage
dark_mode
light_mode
PostPage
constructor
const
PostPage
(
{
Key
?
key
,
required
String
id
}
)
Implementation
const PostPage({super.key, required this.id});
aegee_leiden_app
post
PostPage
PostPage const constructor
PostPage class