labeled
A widget containing a label and a child widget
Getting Started
Include the package at your source code.
import 'package:labeled/labeled.dart
Using
Labeled("My label", child: Text("Some widget that need to be labeled"))
You can choose to use the label above the child, beside, or across each other in the same row setting the format parameter.