all property

EdgeInsets get all

Creates EdgeInsets with all sides equal

Example:

16.all // EdgeInsets.all(16)

Implementation

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