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