edgeInsetsHorizontal property

EdgeInsets get edgeInsetsHorizontal

Returns EdgeInsets with this value applied horizontally (left & right).

Implementation

EdgeInsets get edgeInsetsHorizontal =>
    EdgeInsets.symmetric(horizontal: toDouble());