smallSpace function

double smallSpace(
  1. BuildContext context
)

Implementation

double smallSpace(BuildContext context) {
  return MediaQuery.of(context).size.height * 0.01;
}