SettingsPage constructor

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

Ctor.

Implementation

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