Component - Functions and arrow syntax
This Flutter component shows how to use functions with arrow syntax to handle a button press. The arrow syntax is a short way to write functions that return a single expression.
This Flutter component shows how to use functions with arrow syntax to handle a button press. The arrow syntax is a short way to write functions that return a single expression.
Scaffold
├─ AppBar
│ └─ Text
└─ Center
└─ Column
├─ Text
└─ ElevatedButton
└─ Text