SpeedometerTheme constructor

const SpeedometerTheme({
  1. required double size,
  2. required double iconSize,
  3. required TextStyle textStyle,
  4. required List<BoxShadow> shadows,
  5. required Color surfaceColor,
})

Implementation

const SpeedometerTheme({
  required this.size,
  required this.iconSize,
  required this.textStyle,
  required this.shadows,
  required this.surfaceColor,
});