SettingsPage constructor

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

Implementation

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