x10 property

EdgeInsets x10
getter/setter pair
left: 40;
right: 40;

Implementation

static EdgeInsets x10 = const EdgeInsets.symmetric(horizontal: 40);