redirect property

bool Function() redirect
final

If redirect returns true, this widget redirects the app to the targetRoute, otherwise returns child

Implementation

final bool Function() redirect;