StyleMenu constructor

const StyleMenu({
  1. required String id,
  2. String? defaultValue,
  3. String? defaultLang,
  4. required List<StyleMenuLayer> layers,
})

Implementation

const StyleMenu({required this.id, this.defaultValue, this.defaultLang, required this.layers});