SlimAppBar constructor

SlimAppBar(
  1. String? text, {
  2. TextStyle? style,
  3. IconButton? iconButton,
  4. VoidCallback? onBackPressed,
  5. bool? centerTitle,
  6. Color? backgroundColor,
  7. Key? key,
})

Implementation

SlimAppBar(
  this.text, {
  this.style,
  this.iconButton,
  this.onBackPressed,
  this.centerTitle,
  Color? backgroundColor,
  Key? key,
}) : super(key: key, backgroundColor: backgroundColor);