styles property

Map<String, String> styles
final

Map of CSS property names to values active at this keyframe (e.g. {'opacity': '0'}).

Implementation

final Map<String, String> styles;