const ContentPlaceholder({ Key? key, this.lines = -1, this.color = const Color.fromARGB(128, 255, 255, 255), }) : super(key: key);