ImageGroupSet constructor

ImageGroupSet({
  1. FrameImageGroup? bottom,
  2. FrameImageGroup? left,
  3. FrameImageGroup? right,
  4. FrameImageGroup? top,
})

Creates a new ImageGroupSet.

Implementation

ImageGroupSet({
  this.bottom,
  this.left,
  this.right,
  this.top,
});