canIgnore property

  1. @override
bool canIgnore
override

Whether it is ture, it can be ignored.

Implementation

@override
bool get canIgnore => width <= 0 || height <= 0;