GroupLayerOptions constructor

GroupLayerOptions({
  1. Key? key,
  2. List<LayerOptions>? group,
  3. dynamic rebuild,
})

Implementation

GroupLayerOptions({
  Key? key,
  this.group,
  rebuild,
}) : super(key: key, rebuild: rebuild);