FastFinanceInvestDisclaimer constructor

const FastFinanceInvestDisclaimer({
  1. Key? key,
  2. double? fontSize,
  3. bool shortVersion = true,
})

Implementation

const FastFinanceInvestDisclaimer({
  super.key,
  this.fontSize,
  this.shortVersion = true,
});