NavigateBack constructor

NavigateBack({
  1. String? title,
  2. bool? isAwaited,
})

Implementation

NavigateBack({
  super.title,
  super.isAwaited,
}) : super(schemaType: schemaName);