InitialPage constructor

const InitialPage({
  1. Key? key,
})

Implementation

const InitialPage({Key? key}) : super(key: key);