hasDrawableContent property

  1. @override
bool hasDrawableContent
override

Whether this Drawable would be visible if drawn.

Implementation

@override
bool get hasDrawableContent => bounds.width + bounds.height > 0;