isBottomEdgeDark property
bool
get
isBottomEdgeDark
Returns whether the bottom edge is considered dark. See BlurHashExtensions.isDarkAtY to set a custom threshold.
Implementation
bool get isBottomEdgeDark => isDarkAtY(1.0);