GroupLayerWidget constructor
GroupLayerWidget({
- Key? key,
- required GroupLayerOptions options,
Implementation
GroupLayerWidget({Key? key, required this.options}) : super(key: key);