You are on page 1of 22

-

-
void main () { 

runApp( 

new

Center( child:
new Text(
"Hello, world", 

textDirection:
TextDirection
)
) .ltr,
);
}
void main()

runApp(
void main() => runApp(new HelloWorldApp());
new HelloWorldApp()

);

You might also like