cssWidth property

  1. @override
String get cssWidth
override

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

Implementation

@override
String get cssWidth => width.cssText;