toCss property
String
get
toCss
Implementation
String get toCss {
return '''
padding-left: ${left}px;
padding-right: ${right}px;
padding-top: ${top}px;
padding-bottom: ${bottom}px;
''';
}
String get toCss {
return '''
padding-left: ${left}px;
padding-right: ${right}px;
padding-top: ${top}px;
padding-bottom: ${bottom}px;
''';
}