FlutterSliverChildDelegate class
- Implemented types
- Annotations
Constructors
-
FlutterSliverChildDelegate.fromJson(Map<
String, dynamic> json) -
factory
- FlutterSliverChildDelegate.list(@c AnyWidgetList children, {bool? addAutomaticKeepAlives, bool? addRepaintBoundaries, bool? addSemanticIndexes, int? semanticIndexOffset})
-
factory
- FlutterSliverChildDelegate.listFixed(@c AnyWidgetList children, {bool? addAutomaticKeepAlives, bool? addRepaintBoundaries, bool? addSemanticIndexes, int? semanticIndexOffset})
-
factory
Properties
- addAutomaticKeepAlives → bool?
-
no setterinherited
- addRepaintBoundaries → bool?
-
no setterinherited
- addSemanticIndexes → bool?
-
no setterinherited
- children → AnyWidgetList
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semanticIndexOffset → int?
-
no setterinherited
Methods
-
map<
TResult extends Object?> ({required TResult list(_FlutterSliverChildListDelegate value), required TResult listFixed(_FlutterSliverChildListDelegateFixed value)}) → TResult -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFlutter(
AnyWidgetContext context) → SliverChildDelegate -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited