buildPeriod method
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;
}
Set the duration of the GlyphFrame is to be turned on, measured in milliseconds.
GlyphFrameBuilder buildPeriod(int period) {
_operations.add({'buildPeriod': period});
return this;
}