WritingArea constructor
Constructor to create an instance of WritingArea.
Implementation
WritingArea({required this.width, required this.height});
Constructor to create an instance of WritingArea.
WritingArea({required this.width, required this.height});