BtnItem constructor

BtnItem({
  1. String label = "",
  2. String iconPath = "",
  3. String id = "",
})

Implementation

BtnItem({this.label = "", this.iconPath = "", this.id = ""});