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