topPad property
EdgeInsets
get
topPad
Creates EdgeInsets with only top padding
Implementation
EdgeInsets get topPad => EdgeInsets.only(top: toDouble());
Creates EdgeInsets with only top padding
EdgeInsets get topPad => EdgeInsets.only(top: toDouble());