UpAppBarItem constructor

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

Implementation

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