DecorationWidget constructor

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

Implementation

const DecorationWidget({
  super.key,
});