GroupLayerOptions constructor

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

Implementation

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