ZetaListItem class

A single row that typically contains some text as well as a leading or trailing widgets.

Inheritance
Available Extensions

Constructors

ZetaListItem({required Widget title, bool dense = false, bool enabled = true, bool enabledDivider = true, Widget? leading, VoidCallback? onTap, bool selected = false, Widget? subtitle, Widget? trailing, Key? key})
Creates a ZetaListItem.
const

Properties

dense bool
Dense list items have less space between widgets and use smaller TextStyle
final
enabled bool
Whether this ZetaListItem is interactive. If false the onTap callback is inoperative.
final
enabledDivider bool
Whether to apply divider. Normally at the bottom of the ZetaListItem.
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
leading Widget?
A Widget to display before the title;
final
onTap VoidCallback?
Called when user taps on the ZetaListItem.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
Applies selected styles. If selected is true trailing mu
final
subtitle Widget?
Additional content displayed over the title. Typically a Text widget.
final
title Widget
The primary content of the ZetaListItem.
final
trailing Widget?
A widget to display after the title.
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
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.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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}) 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

Operators

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