AppBarRF constructor

AppBarRF({
  1. Widget? leading,
  2. List<Widget>? actions,
  3. dynamic drawer,
  4. double? elevation,
  5. Color? backgroundColor,
  6. Color? foregroundColor,
})

Implementation

AppBarRF({
  this.leading,
  this.actions,
  this.drawer,
  this.elevation,
  this.backgroundColor,
  this.foregroundColor,
});