×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: JORGE ALCALA
Added: Mar 24, 2021 3:58 PM
Views: 4513
Tags: no tags
  1.           Visibility(
  2.             visible: general.hasCredencial('06R01'),
  3.             child: TextButton(
  4.               style: TextButton.styleFrom(
  5.                   primary: Colors.white,
  6.                   backgroundColor: iaColor1,
  7.                   onSurface: Colors.grey
  8.               ),
  9.               onPressed: _validar,
  10.               child: Text(general.n('Guardar'),
  11.                 style: TextStyle(
  12.                   fontWeight: FontWeight.normal,
  13.                   fontSize: 15.0,
  14.                   fontStyle: FontStyle.italic)
  15.               ),
  16.             ),
  17.           ),