inlineStyle property

Map<String, dynamic> inlineStyle
finalinherited

The inline style is a map of style property name to style property value.

Implementation

final Map<String, dynamic> inlineStyle = {};