pushWith<T extends Object?, P> static method
Implementation
static Future<T?> pushWith<T extends Object?, P>(
BuildContext context, Widget child, P pylonData) =>
push(context, Pylon<P>(value: pylonData, builder: (context) => child));