hasPaintLayers property

bool hasPaintLayers

Whether there are any paint layers defined for the component.

Implementation

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