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