StyleMenuLayer constructor
StyleMenuLayer({})
Implementation
StyleMenuLayer({required this.id, this.enabled, this.visible, this.parent, required this.names, required this.categories, required this.overlays})
: assert(names.isNotEmpty);