Class TickerMode
Inheritance
TickerMode
Inherited Members
Namespace: Unity.UIWidgets.widgets
Syntax
public class TickerMode : InheritedWidget
Constructors
TickerMode(Key, Boolean, Widget)
Declaration
public TickerMode(Key key = null, bool enabled = true, Widget child = null)
Parameters
Type | Name | Description |
---|---|---|
Key | key | |
Boolean | enabled | |
Widget | child |
Fields
enabled
Declaration
public readonly bool enabled
Field Value
Type | Description |
---|---|
Boolean |
Methods
debugFillProperties(DiagnosticPropertiesBuilder)
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Type | Name | Description |
---|---|---|
DiagnosticPropertiesBuilder | properties |
Overrides
of(BuildContext)
Declaration
public static bool of(BuildContext context)
Parameters
Type | Name | Description |
---|---|---|
BuildContext | context |
Returns
Type | Description |
---|---|
Boolean |
updateShouldNotify(InheritedWidget)
Declaration
public override bool updateShouldNotify(InheritedWidget oldWidget)
Parameters
Type | Name | Description |
---|---|---|
InheritedWidget | oldWidget |
Returns
Type | Description |
---|---|
Boolean |