nullSupported constant

List<String> const nullSupported

The keys that can explicitly be set to null.

Implementation

static const List<String> nullSupported = [
  "snapToLeft",
  "snapToRight",
  "snapToTop",
  "snapToBottom"
];