2/ 100DaysOfFlutter: Dart Control Startment/ Ternary Operator.
Dart Control Startment
Controlling the flow of your application is a key part of any programme,
controlling flow means handling, what your programme can perform, do, and act.
(Decision making) 🧠
if/else
if (condition) {
// do something
} else {
...
abhayprajapati.hashnode.dev2 min read
Kate
Developer & Tech Lead
Great start Abhay Prajapati! By the way, the link to the Github repo seems broken.