CustomDecoration constructor

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

Implementation

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