HeaderBarStyle constructor

const HeaderBarStyle({
  1. bool isTransparent = false,
  2. TextStyle? textStyle,
  3. double height = 51,
  4. bool autoPositionWindowButtons = true,
  5. EdgeInsets padding = const EdgeInsets.only(left: 3, right: 5),
  6. double titlebarSpace = 6,
})

Implementation

const HeaderBarStyle({
  this.isTransparent = false,
  this.textStyle,
  this.height = 51,
  this.autoPositionWindowButtons = true,
  this.padding = const EdgeInsets.only(left: 3, right: 5),
  this.titlebarSpace = 6,
});