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