MainDropDown class

Inheritance

Constructors

Properties

backgroundColor Color?
Defines the background color of the panel.
finalinherited
body Widget
The body of the expansion panel that's displayed below the header.
no setteroverride
canTapOnHeader bool
Whether tapping on the panel's header will expand/collapse it.
finalinherited
child Widget
final
hashCode int
The hash code for this object.
no setterinherited
final
headerBuilder ExpansionPanelHeaderBuilder
The widget builder that builds the expansion panels' header.
finalinherited
highlightColor Color?
Defines the highlight color of the panel if canTapOnHeader is true, or the highlight color of the expand/collapse IconButton if canTapOnHeader is false.
finalinherited
isExpanded bool
Whether the panel is expanded.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashColor Color?
Defines the splash color of the panel if canTapOnHeader is true, or the splash color of the expand/collapse IconButton if canTapOnHeader is false.
finalinherited
title Widget
final

Methods

build(BuildContext context) Widget
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