transferValue property

  1. @override
Map<String, Object> transferValue
override

The value of transfer value.

Implementation

@override
Map<String, Object> get transferValue {
  return <String, Object>{
    'x': x.round(),
    'y': y.round(),
    'width': width.round(),
    'height': height.round(),
  };
}