allSafe static method
Create responsive padding for all sides using safe area
Implementation
static EdgeInsets allSafe(double value) {
return EdgeInsets.all(value.wSafe);
}
Create responsive padding for all sides using safe area
static EdgeInsets allSafe(double value) {
return EdgeInsets.all(value.wSafe);
}