getDecoration method

Decoration? getDecoration({
  1. Color? backgroundColor,
})

Implementation

Decoration? getDecoration({Color? backgroundColor}) {
  return toDecoration(decorationColor: backgroundColor);
}