defaultBuilder static method
NavigationTrafficWidget
defaultBuilder(
- RoundedCorners roundedCorners,
- TrafficController controller
Implementation
static NavigationTrafficWidget defaultBuilder(
RoundedCorners roundedCorners,
TrafficController controller,
) =>
NavigationTrafficWidget(
controller: controller,
roundedCorners: roundedCorners,
);