public interface RenderSliverBoxChildManager
Properties
Declaration
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Methods
Declaration
void createChild(int index, RenderBox after = null)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
RenderBox |
after |
|
Declaration
bool debugAssertChildListLocked()
Returns
Type |
Description |
System.Boolean |
|
Declaration
void didAdoptChild(RenderBox child)
Parameters
Declaration
Declaration
Declaration
float estimateMaxScrollOffset(SliverConstraints constraints, int firstIndex = 0, int lastIndex = 0, float leadingScrollOffset = 0F, float trailingScrollOffset = 0F)
Parameters
Type |
Name |
Description |
SliverConstraints |
constraints |
|
System.Int32 |
firstIndex |
|
System.Int32 |
lastIndex |
|
System.Single |
leadingScrollOffset |
|
System.Single |
trailingScrollOffset |
|
Returns
Type |
Description |
System.Single |
|
Declaration
void removeChild(RenderBox child)
Parameters
Declaration
void setDidUnderflow(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|