Converts the theme to a map that can be sent over the method channel.
Map<String, dynamic> toMap() { return { 'ios': ios?.toMap(), }; }