data property

List<Map<String, dynamic>> data
final

Implementation

final List<Map<String, dynamic>> data = const [
  {
    'offset': Offset(20, 20),
    'direction': Direction.topLeft,
  },
  {
    'offset': Offset(20, -15),
    'direction': Direction.topRight,
  },
  {
    'offset': Offset(-15, 20),
    'direction': Direction.bottomLeft,
  },
  {
    'offset': Offset(-15, 20),
    'direction': Direction.bottomLeft,
  },
  {
    'offset': Offset(15, 20),
    'direction': Direction.bottomLeft,
  },
  {
    'offset': Offset(-15, -15),
    'direction': Direction.topRight,
  },
];