isTopLeftCornerDark property
bool
get
isTopLeftCornerDark
Returns whether the top-left corner is considered dark. See BlurHashExtensions.isDarkAtPos to set a custom threshold.
Implementation
bool get isTopLeftCornerDark => isDarkAtPos(0.0, 0.0);