isDark method

bool isDark()

This function determines whether this Brush is "dark." @return {boolean} @since 2.0

Implementation

_i2.bool isDark() => _i4.callMethod(
      this,
      'isDark',
      [],
    );