hasPaintLayers property

bool hasPaintLayers
inherited

Whether there are any paint layers defined for the component.

Implementation

bool get hasPaintLayers => paintLayersInternal?.isNotEmpty ?? false;