SfTheme constructor Null safety
- {Key? key,
- SfThemeData? data,
- required Widget child}
Creating an argument constructor of SfTheme class.
Implementation
const SfTheme({
Key? key,
this.data,
required this.child,
}) : super(key: key);
Creating an argument constructor of SfTheme class.
const SfTheme({
Key? key,
this.data,
required this.child,
}) : super(key: key);