ProfilePage constructor
const ProfilePage({required Key key, MainScreenViewModel? homeModel})
Implementation
const ProfilePage(\{
required Key key,
this.homeModel,
\}) : super(key: key);
const ProfilePage({required Key key, MainScreenViewModel? homeModel})
const ProfilePage(\{
required Key key,
this.homeModel,
\}) : super(key: key);