SfTheme constructor

const SfTheme({
  1. required Widget child,
  2. Key? key,
  3. SfThemeData? data,
})

Creating an argument constructor of SfTheme class.

Implementation

const SfTheme({required this.child, super.key, this.data});