BorderedTitle constructor

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

Implementation

BorderedTitle({this.title, this.lineWidth = 6});