exportTheme method

Map<String, dynamic> exportTheme()

Serialise the current theme to a map suitable for JSON encoding.

Implementation

Map<String, dynamic> exportTheme() => _currentTheme.toMap();