Decoration constructor

const Decoration({
  1. Color? color,
})

Implementation

const Decoration({this.color});