verticalSizedBox25 top-level property

SizedBox verticalSizedBox25
getter/setter pair

this is the sized box with width 25 responsive pixels

Implementation

SizedBox verticalSizedBox25 = SizedBox(height: 25.h);