SheetItem constructor

SheetItem(
  1. String title, [
  2. IconData? icon
])

Implementation

SheetItem(this.title, [this.icon]);