getController method
Implementation
PlexWidgetController<DateTime?> getController() {
_selectionController ??= (selectionController ?? PlexWidgetController<DateTime?>());
return _selectionController!;
}
PlexWidgetController<DateTime?> getController() {
_selectionController ??= (selectionController ?? PlexWidgetController<DateTime?>());
return _selectionController!;
}