hasDrawableContent property

  1. @override
bool hasDrawableContent
override

Whether this Drawable would be visible if drawn.

Implementation

@override
bool get hasDrawableContent => children != null && children!.isNotEmpty;