OptionsPage constructor

const OptionsPage(
  1. ZugClient client, {
  2. Widget header = const SizedBox(height: 128, child: Center(child: Text("Options"))),
  3. Key? key,
})

Implementation

const OptionsPage(this.client, {
  this.header = const SizedBox(height: 128, child: Center(child: Text("Options"))),
  super.key
});