checkPageDescription property

  1. @override
(String Function(int? value)?) checkPageDescription
getter/setter pairoverride

checkPageDescription is the same as checkPageTitle but for the description. If null no description will be shown.

Implementation

@override
String Function(int? value)? checkPageDescription;