isDark property

bool get isDark

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

Implementation

bool get isDark => isAverageDark();