AlibcShowParams constructor

const AlibcShowParams({
  1. String backUrl = 'alisdk://',
  2. String degradeUrl = '',
  3. String openType = 'native',
  4. String clientType = 'taobao',
  5. String title = '',
  6. String proxy = '',
  7. String bar = '',
  8. String failedMode = '',
  9. String originalOpenType = '',
})

Implementation

const AlibcShowParams(
    {this.backUrl = 'alisdk://',
    this.degradeUrl = '',
    this.openType = 'native',
    this.clientType = 'taobao',
    this.title = '',
    this.proxy = '',
    this.bar = '',
    this.failedMode = '',
    this.originalOpenType = ''});