CustomExpended constructor

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

Implementation

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