const DropCap({ Key? key, this.child, required this.width, required this.height, }) : super(key: key);