StyleMenu constructor
const
StyleMenu({
- required String id,
- String? defaultValue,
- String? defaultLang,
- required List<
StyleMenuLayer> layers,
Implementation
const StyleMenu({required this.id, this.defaultValue, this.defaultLang, required this.layers});