isBottomLeftCornerDark property

bool isBottomLeftCornerDark

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

Implementation

bool get isBottomLeftCornerDark => isDarkAtPos(0.0, 1.0);