WritingArea constructor

WritingArea({
  1. required double width,
  2. required double height,
})

Constructor to create an instance of WritingArea.

Implementation

WritingArea({required this.width, required this.height});