bool equals(PStyle other) => identical(this, other) || runtimeType == other.runtimeType && color == other.color && size == other.size;