isDark property

bool isDark

Returns whether the average brightness is considered dark. See BlurHashExtensions.isAverageDark to set a custom threshold.

Implementation

bool get isDark => isAverageDark();