css property
String
get
css
Convert to CSS string
Implementation
String get css => _styles.entries.map((e) => '${e.key}: ${e.value}').join('; ');
Convert to CSS string
String get css => _styles.entries.map((e) => '${e.key}: ${e.value}').join('; ');