horizontalInset property

EdgeInsets get horizontalInset

returns an EdgeInsets that uses num as for horizontal insets

Implementation

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