ManeuverWidgetTheme constructor
const
ManeuverWidgetTheme({
- required MainManeuverTheme mainManeuverTheme,
- required AdditionalManeuverTheme additionalManeuverTheme,
Implementation
const ManeuverWidgetTheme({
required this.mainManeuverTheme,
required this.additionalManeuverTheme,
});