isLeftEdgeDark property
bool
get
isLeftEdgeDark
Returns whether the left edge is considered dark. See BlurHashExtensions.isDarkAtX to set a custom threshold.
Implementation
bool get isLeftEdgeDark => isDarkAtX(0.0);