SliverChildListDelegateFixed class Null safety

Implemented types

Constructors

SliverChildListDelegateFixed(List<Widget> children, {bool addAutomaticKeepAlives, bool addRepaintBoundaries, bool addSemanticIndexes, int semanticIndexOffset})
const
factory
SliverChildListDelegateFixed.fromJson(Map<String, dynamic> json)
factory

Properties

addAutomaticKeepAlives bool
read-only, override
addRepaintBoundaries bool
read-only, override
addSemanticIndexes bool
read-only, override
children List<Widget>
read-only, override
copyWith → _$$SliverChildListDelegateFixedCopyWith<_$SliverChildListDelegateFixed>
@JsonKey(ignore: true), read-only, override
hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
semanticIndexOffset int
read-only, override

Methods

map<TResult extends Object?>({required TResult fixed(SliverChildListDelegateFixed value)}) → TResult
@optionalTypeArgs, inherited
mapOrNull<TResult extends Object?>({TResult? fixed(SliverChildListDelegateFixed value)?}) → TResult?
@optionalTypeArgs, inherited
maybeMap<TResult extends Object?>({TResult fixed(SliverChildListDelegateFixed value)?, required TResult orElse()}) → TResult
@optionalTypeArgs, inherited
maybeWhen<TResult extends Object?>({TResult fixed(List<Widget> children, bool addAutomaticKeepAlives, bool addRepaintBoundaries, bool addSemanticIndexes, int semanticIndexOffset)?, required TResult orElse()}) → TResult
@optionalTypeArgs, inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult fixed(List<Widget> children, bool addAutomaticKeepAlives, bool addRepaintBoundaries, bool addSemanticIndexes, int semanticIndexOffset)}) → TResult
@optionalTypeArgs, inherited
whenOrNull<TResult extends Object?>({TResult? fixed(List<Widget> children, bool addAutomaticKeepAlives, bool addRepaintBoundaries, bool addSemanticIndexes, int semanticIndexOffset)?}) → TResult?
@optionalTypeArgs, inherited

Operators

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