CustomRotatedBox constructor

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

Implementation

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