SelectPickerTheme constructor
const
SelectPickerTheme({
- Key? key,
- required SelectPickerThemeData data,
- required Widget child,
Creates a theme that controls the configurations for SelectPickerNew.
Implementation
const SelectPickerTheme({
Key? key,
required this.data,
required Widget child,
}) : super(key: key, child: child);