const Draft( {required this.text, required this.color, required this.borderColor, Key? key}) : super(key: key);