AccountLandingScreen constructor

const AccountLandingScreen(
  1. {Key? key,
  2. String? mediaTag,
  3. int initialPage = 0}
)

Implementation

const AccountLandingScreen({super.key, this.mediaTag, this.initialPage = 0});