AFThemeData constructor

const AFThemeData({
  1. FutureWrapper submitFormWrapper = kShowFutureLoadingDialog,
  2. bool enableSubmitFormWrapper = true,
})

Implementation

const AFThemeData({
  this.submitFormWrapper = kShowFutureLoadingDialog,
  this.enableSubmitFormWrapper = true,
});