px property

EdgeInsets get px

Horizontal padding (EdgeInsets.symmetric(horizontal: value))

Implementation

EdgeInsets get px => EdgeInsets.symmetric(horizontal: toDouble());