feat : latest News in module page
This commit is contained in:
@@ -84,15 +84,18 @@ class ModulesPage extends GetView<ModulesLogic> {
|
||||
height: 1.90,
|
||||
),
|
||||
),
|
||||
Text(
|
||||
'اخبار مربوط به جوجه ریزی استان از آخرین روند مطلع شوید اخبار مربوط به جوجه ریزی استان از ',
|
||||
maxLines: 2,
|
||||
|
||||
style: AppFonts.yekan12.copyWith(
|
||||
color: Color(0xFF5B5B5B),
|
||||
height: 1.5,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
ObxValue(
|
||||
(data) => Text(
|
||||
data.value ??
|
||||
'اخبار مربوط به جوجه ریزی استان از آخرین روند مطلع شوید...',
|
||||
maxLines: 2,
|
||||
style: AppFonts.yekan12.copyWith(
|
||||
color: Color(0xFF5B5B5B),
|
||||
height: 1.5,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
controller.latestNews,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user