GalleryItemConfig constructor

const GalleryItemConfig({
  1. double width = 220,
  2. double height = 300,
  3. double radius = 0,
  4. bool isShowTransformMask = true,
  5. List<BoxShadow> shadows = const [],
})

Implementation

const GalleryItemConfig(
    {this.width = 220,
    this.height = 300,
    this.radius = 0,
    this.isShowTransformMask = true,
    this.shadows = const []});