decorationImageForeground method
dynamic
decorationImageForeground(
- dynamic decorationImage
Implementation
decorationImageForeground(dynamic decorationImage){
_decorationImageForeground = DecorationImage(image: decorationImage);
return this;
}