buildPeriod method

GlyphFrameBuilder buildPeriod(
  1. int period
)

Set the duration of the GlyphFrame is to be turned on, measured in milliseconds.

Implementation

GlyphFrameBuilder buildPeriod(int period) {
  _operations.add({'buildPeriod': period});
  return this;
}