paddingLTRB property

EdgeInsetsGeometry paddingLTRB

Implementation

EdgeInsetsGeometry get paddingLTRB => EdgeInsets.fromLTRB(this[0].toDouble(),
    this[1].toDouble(), this[2].toDouble(), this[3].toDouble());