Making the outer FabledSwordTheme(...) and HomeData(...) constructors const made every inner const redundant — Dart's analyzer fires unnecessary_const for each. Strip the inner consts so the outer context owns the const inference.
Making the outer FabledSwordTheme(...) and HomeData(...) constructors const made every inner const redundant — Dart's analyzer fires unnecessary_const for each. Strip the inner consts so the outer context owns the const inference.