border static method
Implementation
static Background border([BorderBackground? borderBackground]) {
if (borderBackground != null) {
return borderBackground;
}
return BorderBackground();
}
static Background border([BorderBackground? borderBackground]) {
if (borderBackground != null) {
return borderBackground;
}
return BorderBackground();
}