vortitu hace 6 años
padre
commit
5c0361ddb9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/main.dart

+ 1
- 1
lib/main.dart Ver fichero

@@ -96,7 +96,7 @@ class _MyHomePageState extends State<MyHomePage> {
), ),
Text( Text(
'$_counter', '$_counter',
style: Theme.of(context).textTheme.display1,
style: Theme.of(context).textTheme.headline4,
), ),
], ],
), ),


Cargando…
Cancelar
Guardar