toCss method
Convert to CSS string for HTML output
Implementation
String toCss() {
return '${top}px ${right}px ${bottom}px ${left}px';
}
Convert to CSS string for HTML output
String toCss() {
return '${top}px ${right}px ${bottom}px ${left}px';
}