SfGaugeTheme constructor

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

Initialize the gauge theme

Implementation

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