CustomTheme constructor

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

Implementation

const CustomTheme({Key? key}) : super(key: key);