StripPlanBinner constructor
StripPlanBinner({})
Implementation
StripPlanBinner({
required super.pageToDevice,
required super.deviceWidth,
required super.deviceHeight,
required super.pixelRatio,
this.slugGlyphs = false,
this.slugMinGlyphPx = 4,
});