AFThemeData constructor
const
AFThemeData({
- FutureWrapper submitFormWrapper = kShowFutureLoadingDialog,
- bool enableSubmitFormWrapper = true,
Implementation
const AFThemeData({
this.submitFormWrapper = kShowFutureLoadingDialog,
this.enableSubmitFormWrapper = true,
});