SettingsPage constructor
const
SettingsPage({
- Key? key,
- TextEditingController? apiKeyController,
Implementation
const SettingsPage({
Key? key,
this.apiKeyController,
}) : super(key: key);