Center constructor

const Center({
  1. required Component child,
  2. Key? key,
})

Implementation

const Center({required this.child, super.key});