Inheritance
ListWheelChildListDelegate
public class ListWheelChildListDelegate : ListWheelChildDelegate
Constructors
Declaration
public ListWheelChildListDelegate(List<Widget> children)
Parameters
Fields
Declaration
public readonly List<Widget> children
Field Value
Properties
Declaration
public int? estimatedChildCount { get; }
Property Value
Implements
Methods
build(BuildContext, Int32)
Declaration
public Widget build(BuildContext context, int index)
Parameters
Returns
Implements
Declaration
public bool shouldRebuild(ListWheelChildDelegate oldDelegate)
Parameters
Returns
Implements
Declaration
public int trueIndexOf(int index)
Parameters
| Type |
Name |
Description |
| Int32 |
index |
|
Returns
Implements