isTopEdgeDark property

bool isTopEdgeDark

Returns whether the top edge is considered dark. See BlurHashExtensions.isDarkAtY to set a custom threshold.

Implementation

bool get isTopEdgeDark => isDarkAtY(0.0);