CustomConstrainedBox constructor

const CustomConstrainedBox({
  1. Key? key,
})

Implementation

const CustomConstrainedBox({Key? key}) : super(key: key);