padding method
Override to specify the padding for the body.
Implementation
EdgeInsets padding() {
return EdgeInsets.all(28.sc).copyWith(bottom: 80.sc);
}
Override to specify the padding for the body.
EdgeInsets padding() {
return EdgeInsets.all(28.sc).copyWith(bottom: 80.sc);
}