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