NavigationPreloadState constructor

NavigationPreloadState({
  1. bool enabled,
  2. String headerValue,
})

Implementation

external factory NavigationPreloadState({
  bool enabled,
  String headerValue,
});