contains method
Whether this decoration will paint at least as much decoration as the given decoration.
Implementation
bool contains(TextDecoration other) {
return (_mask | other._mask) == _mask;
}
Whether this decoration will paint at least as much decoration as the given decoration.
bool contains(TextDecoration other) {
return (_mask | other._mask) == _mask;
}