×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: JORGE ALCALA
Added: Mar 26, 2021 11:46 PM
Views: 4490
Tags: no tags
  1.       ScaffoldMessenger.of(context).showSnackBar(
  2.           SnackBar(content: Text(general.n('Datos no válidos'),),
  3.             backgroundColor: iaColor1,
  4.           )
  5.       );