cssWidth property

  1. @override
String get cssWidth
override

Returns the CSS width string corresponding to this column width rule.

Implementation

@override
String get cssWidth => '${(value.clamp(0, 1.0)) * 100}%';