ExpandedSection constructor

const ExpandedSection({
  1. bool expand = false,
  2. required Widget child,
  3. required int height,
})

Implementation

const ExpandedSection(
    {this.expand = false, required this.child, required this.height});