UpAppBarItem constructor

UpAppBarItem({
  1. IconData? icon,
  2. String? title,
})

Implementation

UpAppBarItem({this.icon, this.title});