fromValues static method
Implementation
static Iterable<NavigationScrollBehavior> fromValues(
Iterable<String> values) =>
values.map(fromValue);
static Iterable<NavigationScrollBehavior> fromValues(
Iterable<String> values) =>
values.map(fromValue);