VacancyWorkButton constructor

const VacancyWorkButton(
  1. WorkTab work, {
  2. Key? key,
  3. void onPressed(
    1. WorkTab work
    )? = _defaultOnPressed,
})

Implementation

const VacancyWorkButton(
  this.work, {
  super.key,
  this.onPressed = _defaultOnPressed,
});