NextVisitScreen constructor

const NextVisitScreen({
  1. Key? key,
  2. bool isSalePerson = true,
  3. required String locale,
})

Implementation

const NextVisitScreen({
  super.key,
  this.isSalePerson = true,
  required this.locale,
});