GlobalConfig constructor
GlobalConfig({
- dynamic addFont,
- FontWeight? fontWeight,
- Widget? smartRefresherCustomHeader,
Implementation
GlobalConfig({
this.addFont,
this.fontWeight,
this.smartRefresherCustomHeader,
}) {
addFont = addFont ?? 0;
fontWeight = fontWeight ?? FontWeight.w400;
}