GroupLayerWidget constructor

GroupLayerWidget({
  1. required GroupLayerOptions options,
})

Implementation

GroupLayerWidget({required this.options}) : super(key: options.key);