AvoidArea constructor
AvoidArea({})
Implementation
AvoidArea({
required this.visible,
required this.leftRect,
required this.topRect,
required this.rightRect,
required this.bottomRect,
});
AvoidArea({
required this.visible,
required this.leftRect,
required this.topRect,
required this.rightRect,
required this.bottomRect,
});