SlimAppBar constructor
SlimAppBar(
- String? text, {
- TextStyle? style,
- IconButton? iconButton,
- VoidCallback? onBackPressed,
- bool? centerTitle,
- Color? backgroundColor,
- Key? key,
Implementation
SlimAppBar(
this.text, {
this.style,
this.iconButton,
this.onBackPressed,
this.centerTitle,
Color? backgroundColor,
Key? key,
}) : super(key: key, backgroundColor: backgroundColor);