border property
Border decoration for the label container.
Use Border.all() for simple borders, or create custom borders. If null, no border is drawn.
Example:
border: Border.all(color: Colors.grey, width: 1.0)
Implementation
final BoxBorder? border;