Class DropdownButtonHideUnderline
Inheritance
System.Object
DropdownButtonHideUnderline
Inherited Members
Namespace: Unity.UIWidgets.material
Syntax
public class DropdownButtonHideUnderline : InheritedWidget
Constructors
DropdownButtonHideUnderline(Key, Widget)
Declaration
public DropdownButtonHideUnderline(Key key = null, Widget child = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Key | key | |
| Widget | child |
Methods
at(BuildContext)
Declaration
public static bool at(BuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context |
Returns
| Type | Description |
|---|---|
| System.Boolean |
updateShouldNotify(InheritedWidget)
Declaration
public override bool updateShouldNotify(InheritedWidget oldWidget)
Parameters
| Type | Name | Description |
|---|---|---|
| InheritedWidget | oldWidget |
Returns
| Type | Description |
|---|---|
| System.Boolean |