MultiRenderSliverBoxChildManager class abstract

Implementers

Properties

childCount int
no setter
hashCode int
The hash code for this object.
no setterinherited
listOfPopUps List<_PopUpList>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createChild(_PopUpList? popUpList, int index, {required RenderBox? after}) → void
debugAssertChildListLocked() bool
didAdoptChild(RenderBox child) → void
didFinishLayout(_PopUpList? popUpList) → void
didStartLayout(_PopUpList? popUpList) → void
estimateMaxScrollOffset(SliverConstraints constraints, {int? firstIndex, int? lastIndex, double? leadingScrollOffset, double? trailingScrollOffset}) double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeChild(_PopUpList? popUpList, RenderBox child) → void
setDidUnderflow(bool value) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited