VPanelStyle constructor

const VPanelStyle({
  1. Color? appBarBackgroundColor,
  2. Color? backgroundColor,
  3. TextStyle? titleTextStyle,
  4. double? borderRadius,
})

Implementation

const VPanelStyle({
  this.appBarBackgroundColor,
  this.backgroundColor,
  this.titleTextStyle,
  this.borderRadius,
});