CenterProps constructor

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

Implementation

const CenterProps({required this.child});