TitlePlaceholder constructor

const TitlePlaceholder({
  1. Key? key,
  2. double width = 200,
})

Implementation

const TitlePlaceholder({
  Key? key,
  this.width = 200,
}) : super(key: key);