DropdownButtonHideUnderline constructor
Creates a DropdownButtonHideUnderline. A non-null child
must
be given.
Implementation
const DropdownButtonHideUnderline({
Key? key,
required Widget child,
}) : super(key: key, child: child);
Creates a DropdownButtonHideUnderline. A non-null child
must
be given.
const DropdownButtonHideUnderline({
Key? key,
required Widget child,
}) : super(key: key, child: child);