History constructor

const History({
  1. bool show = false,
  2. HistoryView view = HistoryView.inSingleView,
})

Implementation

const History({this.show = false, this.view = HistoryView.inSingleView});