fromValue static method
Implementation
static NavigationScrollBehavior fromValue(String value) =>
values.firstWhere((e) => e.value == value);
static NavigationScrollBehavior fromValue(String value) =>
values.firstWhere((e) => e.value == value);