onBack function

void onBack(
  1. void func(
    1. Event event
    )
)

Implementation

void onBack(void Function(Event event) func) => _onPageChange(func);