ArcaneCenter constructor

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

Implementation

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