SfTheme constructor
const
SfTheme({
- 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);