QudsSelectThemeListTile constructor

const QudsSelectThemeListTile({
  1. Key? key,
  2. bool popOnTap = false,
  3. bool autoSave = true,
  4. VoidCallback? onChanged,
})

Create an instance of QudsSelectThemeListTile

Implementation

const QudsSelectThemeListTile(
    {Key? key, this.popOnTap = false, this.autoSave = true, this.onChanged})
    : super(key: key);