hasPaintLayers property
bool
get
hasPaintLayers
Whether there are any paint layers defined for the component.
Implementation
bool get hasPaintLayers => paintLayersInternal?.isNotEmpty ?? false;
Whether there are any paint layers defined for the component.
bool get hasPaintLayers => paintLayersInternal?.isNotEmpty ?? false;