allPadding property
EdgeInsets
get
allPadding
Creates uniform EdgeInsets with this number.
Implementation
EdgeInsets get allPadding => EdgeInsets.all(toDouble());
Creates uniform EdgeInsets with this number.
EdgeInsets get allPadding => EdgeInsets.all(toDouble());