NeumorphicAppBarThemeData constructor

const NeumorphicAppBarThemeData({
  1. Color color = Colors.transparent,
  2. IconThemeData? iconTheme,
  3. TextStyle? textStyle,
  4. NeumorphicStyle buttonStyle = const NeumorphicStyle(),
  5. bool? centerTitle,
  6. EdgeInsets buttonPadding = const EdgeInsets.all(0),
  7. 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(),
});