borderStyle property
The border style of the text field.
Controls how the border is rendered:
- FiftyBorderStyle.full: Full border around the field (default)
- FiftyBorderStyle.bottom: Only bottom border (underline)
- FiftyBorderStyle.none: No border
Implementation
final FiftyBorderStyle borderStyle;