isBottomRightCornerDark property

bool isBottomRightCornerDark

Returns whether the bottom-right corner is considered dark. See BlurHashExtensions.isDarkAtPos to set a custom threshold.

Implementation

bool get isBottomRightCornerDark => isDarkAtPos(1.0, 1.0);