at static method
Returns whether the underline of ZeroDropdownButton widgets should be hidden.
Implementation
static bool at(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<
ZeroDropdownButtonHideUnderline>() !=
null;
}