padding method

EdgeInsets padding()

Override to specify the padding for the body.

Implementation

EdgeInsets padding() {
  return EdgeInsets.all(28.sc).copyWith(bottom: 80.sc);
}