|
|
|
@ -60,7 +60,8 @@ class SmartwatchInstructionsPage extends StatelessWidget {
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
watchContentDetails(
|
|
|
|
watchContentDetails(
|
|
|
|
title: smartwatchDetails.detailsTitle,
|
|
|
|
title: smartwatchDetails.detailsTitle,
|
|
|
|
description: smartwatchDetails.details,
|
|
|
|
// description: smartwatchDetails.details,
|
|
|
|
|
|
|
|
description: "",
|
|
|
|
icon: smartwatchDetails.smallIcon,
|
|
|
|
icon: smartwatchDetails.smallIcon,
|
|
|
|
descriptionTextColor: AppColors.primaryRedColor,
|
|
|
|
descriptionTextColor: AppColors.primaryRedColor,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|