HttpScopeView constructor
const
HttpScopeView({
- Key? key,
- Widget? leading,
- List<
Widget> ? actions, - HttpScopeViewConfig viewConfig = const HttpScopeViewConfig(),
Implementation
const HttpScopeView({
super.key,
this.leading,
this.actions,
// this.themeData,
this.viewConfig = const HttpScopeViewConfig(),
});