NeumorphismAppBarThemeData constructor
const
NeumorphismAppBarThemeData({
- Color color = Colors.transparent,
- IconThemeData? iconTheme,
- TextStyle? textStyle,
- NeumorphismStyle buttonStyle = const NeumorphismStyle(),
- bool? centerTitle,
- EdgeInsets buttonPadding = const EdgeInsets.all(0),
- NeumorphismAppBarIcons icons = const NeumorphismAppBarIcons(),
Implementation
const NeumorphismAppBarThemeData({
this.color = Colors.transparent,
this.iconTheme,
this.textStyle,
this.buttonStyle = const NeumorphismStyle(),
this.centerTitle,
this.buttonPadding = const EdgeInsets.all(0),
this.icons = const NeumorphismAppBarIcons(),
});