edgeInsets method
Implementation
EdgeInsets edgeInsets() {
return EdgeInsets.fromLTRB(left.toDouble(), top.toDouble(), right.toDouble(), bottom.toDouble());
}
EdgeInsets edgeInsets() {
return EdgeInsets.fromLTRB(left.toDouble(), top.toDouble(), right.toDouble(), bottom.toDouble());
}