ExamplePage constructor
ExamplePage({
- Key? key,
- ExampleArguments? args,
Implementation
ExamplePage({Key? key, this.args}) : super(key: key);
ExamplePage({Key? key, this.args}) : super(key: key);