keyIcons property

  1. @override
Map<ValueWithType, String> keyIcons
finalinherited

Provide an optional icon for the given key. Should be a square icon provided as base64, either PNG: 16x16 or 32x32 or SVG.

Implementation

@override
final Map<ValueWithType, String> keyIcons;