getHistory property
List<PaintContent>
get
getHistory
Returns the list of drawing history for the current page.
Implementation
List<PaintContent> get getHistory => _history[_currentPage] ?? [];
Returns the list of drawing history for the current page.
List<PaintContent> get getHistory => _history[_currentPage] ?? [];