EmptyIntactWidget constructor

EmptyIntactWidget({
  1. Widget? top,
  2. Widget? center,
  3. Widget? below,
  4. required MaxIndex maxIndex,
})

Implementation

EmptyIntactWidget({
  this.top,
  this.center,
  this.below,
  required this.maxIndex,
});