toCss method

String toCss()

Convert to CSS string for HTML output

Implementation

String toCss() {
  return '${top}px ${right}px ${bottom}px ${left}px';
}