Component - Constructors and named parameters
This Flutter component shows how to create a simple widget using constructors with named parameters. It displays a greeting message that changes based on the name passed to the widget.
This Flutter component shows how to create a simple widget using constructors with named parameters. It displays a greeting message that changes based on the name passed to the widget.
Scaffold
├── AppBar
└── Center
└── GreetingWidget
└── Text