cssText method

String cssText()

Implementation

String cssText() {
  return _compressSlidesValue<double>([top, right, bottom, left])?.map((e) => '${e}px').join(' ') ?? '0px';
}