px property
EdgeInsets
get
px
Horizontal padding (EdgeInsets.symmetric(horizontal: value))
Implementation
EdgeInsets get px => EdgeInsets.symmetric(horizontal: toDouble());
Horizontal padding (EdgeInsets.symmetric(horizontal: value))
EdgeInsets get px => EdgeInsets.symmetric(horizontal: toDouble());