horizontalInset property

EdgeInsets horizontalInset

returns an EdgeInsets that uses num as for horizontal insets

Implementation

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