Center constructor

const Center({
  1. Key? key,
  2. List<Component> children = const [],
})

Implementation

const Center({super.key, this.children = const []});