Returns the CSS width string corresponding to this column width rule.
@override String get cssWidth => '${(value.clamp(0, 1.0)) * 100}%';