- ios: 38kb
- android: 143kb
- ios: 125kb
- android: 194kb
It is assumed that you are already using the rest dlls in your project
- ios: 151kb
- android: 169kb
- ios: 320kb
- android: 319kb
- Customizable masks: dash properties, border color, border width, CornerRadius;
- Predefined masks:
RectangleMaskPainter
with CornerRadius(with apply corners),CircleMaskPainter
with different side ratio's: oval/circle,GridMaskPainter
; - Inherit from
MaskPainter
and make your own;