isEmpty property

bool get isEmpty

Whether this diff has no effect.

Implementation

bool get isEmpty =>
    style == null &&
    color == null &&
    size == null &&
    textFontOptions == null &&
    mathFontOptions == null;