Last updated:
0 purchases
labeled
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.