hasPaintLayers property

bool get hasPaintLayers
inherited

Whether there are any paint layers defined for the component.

Implementation

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