push property

Future Function(Route route) push
getter/setter pair

Implementation

static Future Function(Route route) push = (Route route) async {
  return Navigator.push(ModernFormGlobalContext.context!, route);
};