defaultBuilder static method

NavigationTrafficWidget defaultBuilder(
  1. RoundedCorners roundedCorners,
  2. TrafficController controller
)

Implementation

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