FilterLayerTypeByMoreItemWidget constructor
FilterLayerTypeByMoreItemWidget({
- Key? key,
- required SelectionEntity selectionEntity,
- OnCustomFloatingLayerClick? onCustomFloatingLayerClick,
- required SelectionConfig themeData,
Implementation
FilterLayerTypeByMoreItemWidget({
Key? key,
required this.selectionEntity,
this.onCustomFloatingLayerClick,
required this.themeData,
}) : super(key: key);