PhoenixProductItem constructor

PhoenixProductItem(
  1. String title,
  2. Widget icon, {
  3. String? label,
  4. String? routeName,
})

Implementation

PhoenixProductItem(this.title, this.icon, {this.label, this.routeName});