Main2Item constructor

const Main2Item(
  1. String title,
  2. String icon,
  3. Color borderColor,
  4. Function funAction, {
  5. Key? key,
})

Implementation

const Main2Item(this.title, this.icon, this.borderColor, this.funAction, {Key? key}):super(key:key);