hasPadding property
bool
get
hasPadding
Check if any padding is set
Implementation
bool get hasPadding =>
p != null ||
px != null ||
py != null ||
pl != null ||
pr != null ||
pb != null ||
pt != null;