CallGridWidget constructor

const CallGridWidget({
  1. Key? key,
  2. required CallCoreController controller,
})

Implementation

const CallGridWidget({
  super.key,
  required this.controller,
});