NavUiOptions constructor
const
NavUiOptions({})
Implementation
const NavUiOptions({
required this.apiKey,
required this.origin,
required this.destination,
this.intermediates = const [],
this.languageCode = 'pt-BR',
this.colorPrimary,
this.colorOnPrimary,
this.colorSurface,
this.colorOnSurface,
this.mapId,
this.themeMode = NavUiThemeMode.auto,
});