TaskBarWidget constructor

const TaskBarWidget(
  1. String title, {
  2. String lblButton = '',
  3. Function? onPressed,
  4. Color? shadowColor,
  5. double elevation = 4,
})

Implementation

const TaskBarWidget(this.title, {this.lblButton = '', this.onPressed, this.shadowColor, this.elevation = 4});