style property
Style
get
style
The style attributes Note: This is not the same as style attribute of css
Example:
{ "insert": { "image": "https://user-images.githubusercontent.com/122956/72955931-ccc07900-3d52-11ea-89b1-d468a6e2aa2b.png" }, "attributes": { // this one "width": "230", "style": "display: block; margin: auto; width: 500px;" // Not this } },
Implementation
Style get style => _style;