Class InheritedWidget
Inheritance
InheritedWidget
Inherited Members
Namespace: Unity.UIWidgets.widgets
Syntax
public abstract class InheritedWidget : ProxyWidget
Constructors
InheritedWidget(Key, Widget)
Declaration
protected InheritedWidget(Key key = null, Widget child = null)
Parameters
Type | Name | Description |
---|---|---|
Key | key | |
Widget | child |
Methods
createElement()
Declaration
public override Element createElement()
Returns
Type | Description |
---|---|
Element |
Overrides
updateShouldNotify(InheritedWidget)
Declaration
public abstract bool updateShouldNotify(InheritedWidget oldWidget)
Parameters
Type | Name | Description |
---|---|---|
InheritedWidget | oldWidget |
Returns
Type | Description |
---|---|
Boolean |