Buttons constructor

Buttons({
  1. dynamic route,
  2. dynamic nextRoute,
})

Implementation

Buttons({this.route, this.nextRoute});