SafeContaineredBox constructor

const SafeContaineredBox({
  1. Key? key,
  2. required Widget child,
})

Implementation

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