py property
EdgeInsets
get
py
Padding vertical (top & bottom): py
Implementation
EdgeInsets get py => EdgeInsets.symmetric(vertical: toDouble());
Padding vertical (top & bottom): py
EdgeInsets get py => EdgeInsets.symmetric(vertical: toDouble());