Skip to content

Instantly share code, notes, and snippets.

@PedroPicasso18
Created March 25, 2021 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PedroPicasso18/a4acfbc7c0537d40c48faca90646e3b9 to your computer and use it in GitHub Desktop.
Save PedroPicasso18/a4acfbc7c0537d40c48faca90646e3b9 to your computer and use it in GitHub Desktop.
ActividadNumero3
import 'package:flutter/material.dart';
void main() {
runApp(
Center(
child: Text(
'hello world',
textDirection: TextDirection.ltr,
style: TextStyle(fontSize: 32, color: Colors.black87),
),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment