ListTileMetadata class

A class that contains metadata about a list tile.

  • selected: a boolean indicating whether the data is selected.
  • isEven: a boolean indicating whether the data is at an even index in the list.

Constructors

ListTileMetadata({bool selected = false, bool isEven = false})
Creates a new ListTileMetadata object.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isEven bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
final

Methods

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