debugHasOverflowShader property Null safety

bool debugHasOverflowShader
visibleForTesting">@visibleForTesting

Whether this paragraph currently has a dart:ui.Shader for its overflow effect.

Used to test this object. Not for use in production.

Implementation

@visibleForTesting
bool get debugHasOverflowShader => _overflowShader != null;