Home constructor

const Home({
  1. Key? key,
  2. Doctor? doctor,
})

Implementation

const Home({
  super.key,
  this.doctor,
});