Lesson 5: What is Flutter?
Flutter is a UI toolkit by Google for building mobile apps.
Text(
'Flutter uses widgets',
style: TextStyle(fontSize: 18),
)
Flutter is a UI toolkit by Google for building mobile apps.
Text(
'Flutter uses widgets',
style: TextStyle(fontSize: 18),
)