SavingInProgressControllerContent constructor

const SavingInProgressControllerContent({
  1. Key? key,
  2. required ControllerDateTimeAction action,
})

Implementation

const SavingInProgressControllerContent({
  super.key,
  required this.action,
});