ResponsiveAppBar constructor

const ResponsiveAppBar({
  1. Key? key,
  2. ResponsivePreferredSizeWidgetBuilder? tabBarBuilder,
  3. Widget? leading,
  4. List<Widget>? actions,
  5. double? leadingWidth,
})

Implementation

const ResponsiveAppBar({
  Key? key,
  this.tabBarBuilder,
  this.leading,
  this.actions,
  this.leadingWidth,
}) : super(key: key);