BloomKeyframe constructor

const BloomKeyframe({
  1. required double offset,
  2. required Map<String, String> styles,
})

Creates a keyframe stop at offset with the specified styles.

Implementation

const BloomKeyframe({required this.offset, required this.styles});