hasDrawableContent property

  1. @override
bool hasDrawableContent
override

Whether this Drawable would be visible if drawn.

Implementation

@override
bool get hasDrawableContent => image.height > 0 && image.width > 0;