make scam alert text scrollable
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
parent
8892c8c883
commit
387d712b67
@ -328,13 +328,20 @@ class _ScamWarningDialogState extends State<ScamWarningDialog> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 18),
|
SizedBox(height: 18),
|
||||||
Text(
|
SizedBox(
|
||||||
translate("scam_text1")+"\n\n"
|
height: 250,
|
||||||
+translate("scam_text2")+"\n",
|
child: Scrollbar(
|
||||||
style: TextStyle(
|
child: SingleChildScrollView(
|
||||||
color: Colors.white,
|
child: Text(
|
||||||
fontWeight: FontWeight.bold,
|
translate("scam_text1")+"\n\n"
|
||||||
fontSize: 16.0,
|
+translate("scam_text2")+"\n",
|
||||||
|
style: TextStyle(
|
||||||
|
color: Colors.white,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
fontSize: 16.0,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Row(
|
Row(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user