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