LzAccordionContent class

Represents content for an accordion widget, consisting of a title, child, and optional suffix.

Constructors

LzAccordionContent({required String title, required Widget child, Widget? suffix})
Creates a new instance of LzAccordionContent.
const

Properties

child Widget
The main child widget to be displayed when the accordion is expanded.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffix Widget?
Optional widget to display as a suffix after the main child.
final
title String
The title of the accordion content.
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