EmptyWidget constructor

const EmptyWidget({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. Widget? child,
})

Implementation

const EmptyWidget({super.key, super.width, super.height, super.child});