ExpandedSection constructor

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

Implementation

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