ContaineredBox constructor

const ContaineredBox({
  1. Key? key,
  2. required Widget child,
  3. double maxWidth = 900,
})

Implementation

const ContaineredBox({super.key, required this.child, this.maxWidth = 900});