CenterProps constructor

const CenterProps({
  1. required Component child,
})

Implementation

const CenterProps({required this.child});