ThemesSettings constructor

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

A section of the settings screen that allows the user to change the app's theme.

Implementation

const ThemesSettings({super.key});