VAppBarProperties constructor

VAppBarProperties({
  1. double elevation = 1.0,
  2. double buttonOpacity = 1.0,
  3. double borderRadius = 0.0,
  4. TextStyle? titleTextStyle,
})

Implementation

VAppBarProperties({
  this.elevation = 1.0,
  this.buttonOpacity = 1.0,
  this.borderRadius = 0.0,
  this.titleTextStyle,
});