AccountLandingScreen constructor
- {Key? key,
- String? mediaTag,
- int initialPage = 0}
Implementation
const AccountLandingScreen({super.key, this.mediaTag, this.initialPage = 0});
const AccountLandingScreen({super.key, this.mediaTag, this.initialPage = 0});