SelectionListViewController constructor

SelectionListViewController({
  1. int menuIndex = -1,
  2. bool isShow = false,
})

Implementation

SelectionListViewController({
  this.menuIndex = -1,
  this.isShow = false,
});