WritingArea class

The writing area is the area on the screen where the user can draw an ink.

Constructors

WritingArea({required double width, required double height})
Constructor to create an instance of WritingArea.

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
Writing area height, in the same units as used in StrokePoint.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
Writing area width, in the same units as used in StrokePoint.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns a json representation of an instance of WritingArea.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited