CustomPositioned constructor

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

Implementation

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