ProfileView constructor
const
ProfileView({
- Key? key,
- required ProfileDataManager manager,
- required BaseScreen baseScreen,
Implementation
const ProfileView({
Key? key,
required this.manager,
required this.baseScreen,
}) : super(key: key);