QuickButtonsWidget constructor

QuickButtonsWidget({
  1. Key? key,
  2. List<String>? btnsTxt,
  3. List<bool>? selectBtnList,
  4. List<bool>? enableBtnList,
  5. Widget? btns,
  6. bool? isBtnsScroll,
  7. bool isEdit = true,
  8. ValueChanged<int>? onBtnSelectChanged,
})

Implementation

QuickButtonsWidget({
  Key? key,
  this.btnsTxt,
  this.selectBtnList,
  this.enableBtnList,
  this.btns,
  this.isBtnsScroll,
  this.isEdit = true,
  this.onBtnSelectChanged,
});