IosConfig constructor

const IosConfig({
  1. IosPresentationStyle iosPresentationStyle = IosPresentationStyle.fancyBottomModal,
})

Implementation

const IosConfig({
  this.iosPresentationStyle = IosPresentationStyle.fancyBottomModal,
});