BorderedTitle constructor

const BorderedTitle({
  1. Key? key,
  2. String? title,
  3. double lineWidth = 6,
})

Implementation

const BorderedTitle({Key? key, this.title, this.lineWidth = 6})
    : super(key: key);