SubtitleBorderStyle constructor

const SubtitleBorderStyle({
  1. double strokeWidth = _defaultStrokeWidth,
  2. PaintingStyle style = PaintingStyle.stroke,
  3. Color color = Colors.black,
})

Implementation

const SubtitleBorderStyle({
  this.strokeWidth = _defaultStrokeWidth,
  this.style = PaintingStyle.stroke,
  this.color = Colors.black,
});