border method Null safety
- [BorderBackground? borderBackground]
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();
}