Empty constructor

const Empty({
  1. Key? key,
  2. Widget? child,
})

Implementation

const Empty({super.key, super.child}) : super.shrink();