BlockSelectionScreen constructor

const BlockSelectionScreen({
  1. Key? key,
  2. required int userId,
  3. required int hospitalId,
  4. bool fromDashboard = false,
})

Creates a BlockSelectionScreen.

Implementation

const BlockSelectionScreen({
  super.key,
  required this.userId,
  required this.hospitalId,
  this.fromDashboard = false,
});