menu
masamune_module_simpleblog package
documentation
pages/profile.dart
ProfilePage
ProfilePage.new const constructor
ProfilePage.new const constructor
dark_mode
light_mode
ProfilePage
constructor
const
ProfilePage
(
{
Key
?
key
,
@PageParam.new("user_id")
required
String
userId
,
})
Implementation
const ProfilePage({ super.key, @PageParam("user_id") required this.userId, });
masamune_module_simpleblog package
documentation
pages/profile
ProfilePage
ProfilePage.new const constructor
ProfilePage class