buildCycles method

GlyphFrameBuilder buildCycles(
  1. int cycles
)

Set the number of cycles the GlyphFrame is to be turned on for.

Implementation

GlyphFrameBuilder buildCycles(int cycles) {
  _operations.add({'buildCycles': cycles});
  return this;
}