|
|
|
|
@ -686,7 +686,7 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
|
child: Container(),
|
|
|
|
|
),
|
|
|
|
|
Texts(
|
|
|
|
|
TranslationBase.of(context).viewMore,
|
|
|
|
|
TranslationBase.of(context).viewAll,
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
bold: true,
|
|
|
|
|
)
|
|
|
|
|
@ -727,7 +727,7 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
|
child: Container(),
|
|
|
|
|
),
|
|
|
|
|
Texts(
|
|
|
|
|
TranslationBase.of(context).viewMore,
|
|
|
|
|
TranslationBase.of(context).viewAll,
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
bold: true,
|
|
|
|
|
)
|
|
|
|
|
|