CustomFittedBox constructor

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

Implementation

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