SfGaugeTheme constructor
const
SfGaugeTheme({
- Key? key,
- required SfGaugeThemeData data,
- required Widget child,
Initialize the gauge theme
Implementation
const SfGaugeTheme({Key? key, required this.data, required this.child})
: super(key: key, child: child);