onCataloguePressed property

(void Function()?) onCataloguePressed
final

If this function is null then the button of catalogue should not be available. And this is used to navigate to the new page to display custom catalogue page.

Implementation

final void Function()? onCataloguePressed;