NUIVerticalExpandable constructor

NUIVerticalExpandable({
  1. bool expand = false,
  2. required Widget child,
  3. required Duration duration,
})

Implementation

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