MainDropDown constructor
Implementation
MainDropDown(
{this.isExpanded = false,
required this.title,
required this.child,
Key? key})
: super(body: Text('never'), headerBuilder: (c, b) => Text('never'));
MainDropDown(
{this.isExpanded = false,
required this.title,
required this.child,
Key? key})
: super(body: Text('never'), headerBuilder: (c, b) => Text('never'));