DetailParamsFactory class
Constructors
-
DetailParamsFactory({Key? key, required Widget child, Map<
Type, DetailParamsBuilder> builders = const {}}) -
const
Methods
-
create(
BuildContext context, dynamic item) → DetailParams? -
getBuilder(
dynamic item) → DetailParamsBuilder? -
updateShouldNotify(
covariant InheritedWidget oldWidget) → bool - Whether the framework should notify widgets that inherit from this widget.
Static Methods
-
of(
BuildContext context) → DetailParamsFactory?