CustomSizedBox constructor

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

Implementation

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