decorationMap property

Map<Key, BoxDecoration>? decorationMap
final

A map of Key to BoxDecoration to apply to the checkbox.

Implementation

final Map<Key, BoxDecoration>? decorationMap;