Class OverscrollIndicatorNotification
Inheritance
OverscrollIndicatorNotification
Inherited Members
Namespace: Unity.UIWidgets.widgets
Syntax
public class OverscrollIndicatorNotification : ViewportNotificationMixinNotification
Constructors
OverscrollIndicatorNotification(Boolean)
Declaration
public OverscrollIndicatorNotification(bool leading)
Parameters
Type | Name | Description |
---|---|---|
Boolean | leading |
Fields
leading
Declaration
public readonly bool leading
Field Value
Type | Description |
---|---|
Boolean |
Methods
debugFillDescription(List<String>)
Declaration
protected override void debugFillDescription(List<string> description)
Parameters
Type | Name | Description |
---|---|---|
List<String> | description |
Overrides
disallowGlow()
Declaration
public void disallowGlow()