BoxGlyphSet.none constructor

BoxGlyphSet.none()

Implementation

factory BoxGlyphSet.none() {
  return BoxGlyphSet(null);
}