factory Draft.brown({String text = 'brown', Key? key}) { return Draft( text: text, color: Colors.brown[300]!, borderColor: Colors.brown[700]!, key: key); }