labeled 0.0.1
labeled: ^0.0.1 copied to clipboard
A widget containing a label and a child widget
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.