allAround property

EdgeInsets get allAround

Creates EdgeInsets with all four offsets set to the current value.

Implementation

EdgeInsets get allAround => EdgeInsets.all(toDouble());