menu
lys package
documentation
rps.dart
BorderCharacters
getBottomBorder method
getBottomBorder method
dark_mode
light_mode
getBottomBorder
method
String
getBottomBorder
(
int
length
)
Implementation
String getBottomBorder(int length) { return bottomLeft + bottom * length + bottomRight; }
lys package
documentation
rps
BorderCharacters
getBottomBorder method
BorderCharacters class