OutlinedText constructor

const OutlinedText({
  1. Key? key,
  2. Text? text,
  3. List<OutlinedTextStroke>? strokes,
})

Implementation

const OutlinedText({Key? key, this.text, this.strokes}) : super(key: key);