GroupLayerWidget constructor

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

Implementation

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