bindFunctions top-level property

List<String> bindFunctions
getter/setter pair

Implementation

var bindFunctions = [
  'onTap',
  'onTapDown',
  'onTapCancel',
  'onDoubleTap',
  'onPressed',
  'onLongPress',
];