standardHeight function

SizedBox standardHeight()

Implementation

SizedBox standardHeight() {
  return const SizedBox(
    height: standardSpace / 2,
  );
}