getEndPadding

abstract fun getEndPadding(): Int(source)

Returns the padding at the end of the layout. For horizontal helper, this is the right padding and for vertical helper, this is the bottom padding. This method does not check whether the layout is RTL or not.

Return

The padding at the end of the layout.