CustomPreferredSize constructor

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

Implementation

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