OutlinedTextStroke constructor

OutlinedTextStroke({
  1. Color? color,
  2. double? width,
})

Implementation

OutlinedTextStroke({this.color, this.width});