AreaDataModifier typedef

AreaDataModifier = dynamic Function(Area area, int index)

Allows to automatically set a new value for the data attribute of the Area.

Implementation

typedef AreaDataModifier = dynamic Function(Area area, int index);