TradApp({ String? key, required Widget child, required String targetId, }) : super( key: key, child: child, targetId: targetId, );