S2ModalStyle constructor

const S2ModalStyle({
  1. ShapeBorder? shape,
  2. double? elevation,
  3. Color? backgroundColor,
  4. Clip? clipBehavior,
})

Create a configuration of modal style

Implementation

const S2ModalStyle({
  this.shape,
  this.elevation,
  this.backgroundColor,
  this.clipBehavior,
});