|
|
|
|
@ -175,7 +175,7 @@ class MarathonScreen extends StatelessWidget {
|
|
|
|
|
selectedLanguage: provider.marathonDetailModel.selectedLanguage ?? 0,
|
|
|
|
|
arabicContent: AppState().memberInformationList!.eMPLOYEEDISPLAYNAMEAr ?? "",
|
|
|
|
|
englishContent: AppState().memberInformationList!.eMPLOYEEDISPLAYNAMEEn ?? "",
|
|
|
|
|
).toText22(
|
|
|
|
|
).toText24(
|
|
|
|
|
color: MyColors.grey3AColor,
|
|
|
|
|
isCentered: true,
|
|
|
|
|
),
|
|
|
|
|
@ -185,7 +185,7 @@ class MarathonScreen extends StatelessWidget {
|
|
|
|
|
)
|
|
|
|
|
: const SizedBox(),
|
|
|
|
|
if (provider.selectedWinners != null) ...<Widget>[
|
|
|
|
|
provider.selectedWinners!.length == 1
|
|
|
|
|
provider.selectedWinners!.length == 1 && !provider.iAmWinner
|
|
|
|
|
? Column(
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
displayLocalizedContent(
|
|
|
|
|
|