border property
Use Border objects to describe borders that do not depend on the reading direction.
Use BoxBorder objects to describe borders that should flip their left and right edges based on whether the text is being read left-to-right or right-to-left.
Implementation
final BoxBorder? border;