topRight property

EdgeInsetsGeometry get topRight

Implementation

EdgeInsetsGeometry get topRight => EdgeInsets.only(
      top: _value,
      right: _value,
    );