PandaBarButtonData constructor

PandaBarButtonData({
  1. dynamic id,
  2. IconData icon = Icons.home,
  3. String title = '',
})

Implementation

PandaBarButtonData({
  this.id,
  this.icon = Icons.home,
  this.title = '',
});