ListViewMode class

A render mode that builds HTML into a ListView widget.

Inheritance

Constructors

ListViewMode({bool addAutomaticKeepAlives = false, bool addRepaintBoundaries = true, bool addSemanticIndexes = false, Clip clipBehavior = Clip.hardEdge, ScrollController? controller, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual, EdgeInsetsGeometry? padding, bool? primary, ScrollPhysics? physics, String? restorationId, bool shrinkWrap = false})
Creates a list view render mode.
const

Methods

buildBodyWidget(WidgetFactory wf, BuildContext context, List<Widget> children) Widget
Builds HTML body widget.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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