horizontalTwo constant
EdgeInsets
const horizontalTwo
Horizontal padding of 2 units on left and right.
Implementation
static const EdgeInsets horizontalTwo = EdgeInsets.symmetric(horizontal: 2);
Horizontal padding of 2 units on left and right.
static const EdgeInsets horizontalTwo = EdgeInsets.symmetric(horizontal: 2);