border property
State-aware border configuration for table cells.
Type: WidgetStateProperty<Border?>?
. Defines cell borders that can
change based on interactive states. Useful for highlighting selected
or hovered cells.
Implementation
final WidgetStateProperty<Border?>? border;