Class SliverGridDelegate
Inheritance
System.Object
SliverGridDelegate
Namespace: com.unity.uiwidgets.Runtime.rendering
Syntax
public abstract class SliverGridDelegate
Methods
getLayout(SliverConstraints)
Declaration
public abstract SliverGridLayout getLayout(SliverConstraints constraints)
Parameters
| Type | Name | Description |
|---|---|---|
| SliverConstraints | constraints |
Returns
| Type | Description |
|---|---|
| SliverGridLayout |
shouldRelayout(SliverGridDelegate)
Declaration
public abstract bool shouldRelayout(SliverGridDelegate oldDelegate)
Parameters
| Type | Name | Description |
|---|---|---|
| SliverGridDelegate | oldDelegate |
Returns
| Type | Description |
|---|---|
| System.Boolean |