decorationImageForeground method

dynamic decorationImageForeground(
  1. dynamic decorationImage
)

Implementation

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