RouteAwareWidget constructor

const RouteAwareWidget(
  1. String name, {
  2. Key? key,
  3. required Widget child,
})

Implementation

const RouteAwareWidget(
  this.name, {
  super.key,
  required this.child,
});