templateGap function

Widget templateGap([
  1. double height = 12
])

Vertical gap used between blocks.

Implementation

Widget templateGap([double height = 12]) => SizedBox(height: height);