Class ChipTheme
Inheritance
ChipTheme
Inherited Members
Namespace: Unity.UIWidgets.material
Syntax
public class ChipTheme : InheritedWidget
Constructors
ChipTheme(Key, ChipThemeData, Widget)
Declaration
public ChipTheme(Key key = null, ChipThemeData data = null, Widget child = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Key | key | |
| ChipThemeData | data | |
| Widget | child |
Fields
data
Declaration
public readonly ChipThemeData data
Field Value
| Type | Description |
|---|---|
| ChipThemeData |
Methods
of(BuildContext)
Declaration
public static ChipThemeData of(BuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context |
Returns
| Type | Description |
|---|---|
| ChipThemeData |
updateShouldNotify(InheritedWidget)
Declaration
public override bool updateShouldNotify(InheritedWidget _oldWidget)
Parameters
| Type | Name | Description |
|---|---|---|
| InheritedWidget | _oldWidget |
Returns
| Type | Description |
|---|---|
| Boolean |