GroupLayerWidget constructor

const GroupLayerWidget({
  1. Key? key,
  2. required GroupLayerOptions options,
})

Implementation

const GroupLayerWidget({Key? key, required this.options}) : super(key: key);