- Inheritance
-
- Mixed-in types
-
Constructors
-
TvListView({Key? key, Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController? controller, bool? primary, ScrollPhysics? physics, bool shrinkWrap = false, EdgeInsetsGeometry? padding, double? itemExtent, ItemExtentBuilder? itemExtentBuilder, Widget? prototypeItem, bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double? cacheExtent, List<ScrollGroupDpadFocus> children = const [], int? semanticChildCount, FocusScopeNode? focusScopeNode, FocusTraversalPolicy? policy, bool descendantsAreFocusable = true, bool descendantsAreTraversable = true, bool autofocus = false, ScrollGroupDpadEventCallback? onUp, ScrollGroupDpadEventCallback? onDown, ScrollGroupDpadEventCallback? onLeft, ScrollGroupDpadEventCallback? onRight, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior, String? restorationId, Clip clipBehavior = Clip.hardEdge, HitTestBehavior hitTestBehavior = HitTestBehavior.opaque})
-
-
TvListView.builder({Key? key, Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController? controller, bool? primary, ScrollPhysics? physics, bool shrinkWrap = false, EdgeInsetsGeometry? padding, double? itemExtent, ItemExtentBuilder? itemExtentBuilder, Widget? prototypeItem, required TvScrollItemBuilder itemBuilder, int? findChildIndexCallback(Key)?, required Widget separatorBuilder(BuildContext, int), required int itemCount, FocusScopeNode? focusScopeNode, FocusTraversalPolicy? policy, bool descendantsAreFocusable = true, bool descendantsAreTraversable = true, bool autofocus = false, ScrollGroupDpadEventCallback? onUp, ScrollGroupDpadEventCallback? onDown, ScrollGroupDpadEventCallback? onLeft, ScrollGroupDpadEventCallback? onRight, bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double? cacheExtent, int? semanticChildCount, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior, String? restorationId, Clip clipBehavior = Clip.hardEdge, HitTestBehavior hitTestBehavior = HitTestBehavior.opaque})
-
-
TvListView.separated({Key? key, Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController? controller, bool? primary, ScrollPhysics? physics, bool shrinkWrap = false, EdgeInsetsGeometry? padding, required TvScrollItemBuilder itemBuilder, int? findChildIndexCallback(Key)?, required Widget separatorBuilder(BuildContext, int), required int itemCount, FocusScopeNode? focusScopeNode, FocusTraversalPolicy? policy, bool descendantsAreFocusable = true, bool descendantsAreTraversable = true, bool autofocus = false, ScrollGroupDpadEventCallback? onUp, ScrollGroupDpadEventCallback? onDown, ScrollGroupDpadEventCallback? onLeft, ScrollGroupDpadEventCallback? onRight, bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double? cacheExtent, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior, String? restorationId, Clip clipBehavior = Clip.hardEdge, HitTestBehavior hitTestBehavior = HitTestBehavior.opaque})
-
Methods
-
build(BuildContext context)
→ Widget
-
Describes the part of the user interface represented by this widget.
override
-
buildChildLayout(BuildContext context)
→ Widget
-
Subclasses should override this method to build the layout model.
override
-
buildSlivers(BuildContext context)
→ List<Widget>
-
Build the list of widgets to place inside the viewport.
inherited
-
buildViewport(BuildContext context, ViewportOffset offset, AxisDirection axisDirection, List<Widget> slivers)
→ Widget
-
Build the viewport.
inherited
-
createElement()
→ StatelessElement
-
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
debugDescribeChildren()
→ List<DiagnosticsNode>
-
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(DiagnosticPropertiesBuilder properties)
→ void
-
Add additional properties associated with the node.
inherited
-
getDirection(BuildContext context)
→ AxisDirection
-
Returns the AxisDirection in which the scroll view scrolls.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onBackEvent(FocusNode node, KeyDownEvent event)
→ KeyEventResult
-
inherited
-
onDownEvent(FocusNode node, KeyDownEvent event)
→ KeyEventResult
-
override
-
onLeftEvent(FocusNode node, KeyDownEvent event)
→ KeyEventResult
-
override
-
onRightEvent(FocusNode node, KeyDownEvent event)
→ KeyEventResult
-
override
-
onSelectEvent(FocusNode node, KeyDownEvent event)
→ KeyEventResult
-
inherited
-
onUpEvent(FocusNode node, KeyDownEvent event)
→ KeyEventResult
-
override
-
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style})
→ DiagnosticsNode
-
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString({DiagnosticLevel minLevel = DiagnosticLevel.info})
→ String
-
A string representation of this object.
inherited
-
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65})
→ String
-
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug})
→ String
-
Returns a one-line detailed description of the object.
inherited
-
toStringShort()
→ String
-
A short, textual description of this widget.
inherited