HttpScopeView constructor

const HttpScopeView({
  1. Key? key,
  2. Widget? leading,
  3. List<Widget>? actions,
  4. HttpScopeViewConfig viewConfig = const HttpScopeViewConfig(),
})

Implementation

const HttpScopeView({
  super.key,
  this.leading,
  this.actions,
  // this.themeData,
  this.viewConfig = const HttpScopeViewConfig(),
});