Returns whether the user is currently allowed to print the content.
Navigators and reading apps can use this to know if the "Print" action should be greyed out or not.
@override bool get canPrint => true;