isBlockAttribute method

bool isBlockAttribute()

Implementation

bool isBlockAttribute() {
  return attributes.align != null || attributes.direction != null || attributes.indent != null;
}