gapVLg static method

SizedBox gapVLg(
  1. BuildContext context
)

Vertical gap - large

Implementation

static SizedBox gapVLg(BuildContext context) => SizedBox(height: lg(context));