allInset property
EdgeInsets
get
allInset
returns an EdgeInsets that includes this number as a padding for all sides
Implementation
EdgeInsets get allInset {
return EdgeInsets.all(this.toDouble());
}
returns an EdgeInsets that includes this number as a padding for all sides
EdgeInsets get allInset {
return EdgeInsets.all(this.toDouble());
}