BsDialogBoxStyle constructor

const BsDialogBoxStyle({
  1. Color? itemColor,
  2. Color? itemTextColor,
  3. BorderRadius? borderRadius,
  4. Color? backgroundColor,
  5. Border? border,
  6. List<BoxShadow>? boxShadow,
})

Implementation

const BsDialogBoxStyle({
  this.itemColor,
  this.itemTextColor,
  this.borderRadius,
  this.backgroundColor,
  this.border,
  this.boxShadow
});