ExamplePage constructor

ExamplePage({
  1. Key? key,
  2. ExampleArguments? args,
})

Implementation

ExamplePage({Key? key, this.args}) : super(key: key);