ViewBuilder<V> typedef
ViewBuilder<V> =
V Function()
Builds one platform-specific view for a matched route segment.
Implementation
typedef ViewBuilder<V> = V Function();
Builds one platform-specific view for a matched route segment.
typedef ViewBuilder<V> = V Function();