InfoItemBase class abstract

A basic model class for info items that can be used with InfoList. Users can extend this class or create their own model that implements InfoItemBase.

Implementers

Constructors

InfoItemBase.new()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData?
Optional icon for the info item
no setter
onTap VoidCallback?
Optional onTap callback
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String
The subtitle of the info item
no setter
title String
The title of the info item
no setter
trailingIcon IconData?
Optional trailing icon for the info item
no setter

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