QudsThemesListView constructor

const QudsThemesListView({
  1. Key? key,
  2. VoidCallback? onChanged,
})

Create an instance of QudsThemesListView

Implementation

const QudsThemesListView({Key? key, this.onChanged}) : super(key: key);