GroupLayerOptions constructor

GroupLayerOptions({
  1. Key? key,
  2. List<LayerOptions> group = const [],
  3. Stream<void>? rebuild,
})

Implementation

GroupLayerOptions({
  Key? key,
  this.group = const [],
  Stream<void>? rebuild,
}) : super(key: key, rebuild: rebuild);