NeumorphismAppBarThemeData constructor

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