all static method
Creates a border radius where all radius
are value
.
Implementation
static AdBorderRadius all(double value) => AdBorderRadius(
topLeft: value,
topRight: value,
bottomLeft: value,
bottomRight: value,
);