SeniorExpandableListItemData class

Constructors

SeniorExpandableListItemData({required String title, String? summary, required IconData icon, required Widget content, bool disabled = false})
Data of expandable list item. The title, icon and content are required.
const

Properties

content Widget
The content of the list item.
final
disabled bool
Defines whether the list item will be disabled. Default value is false.
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData
The list item icon.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String?
A summary of the list item.
final
title String
The title of the list item.
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