allAround property
Creates EdgeInsets with all four offsets set to the current value.
Implementation
EdgeInsets get allAround => EdgeInsets.all(toDouble());
Creates EdgeInsets with all four offsets set to the current value.
EdgeInsets get allAround => EdgeInsets.all(toDouble());