# TextFieldPadding

Dictionary object of parameters for the padding that describes the padding. Most notable difference from typical Padding is that top/bottom are only supported on Android.

Availability
6.0.0
6.0.0
9.2.0
Extends

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# bottom

Availability
6.1.0
bottom :Number

Bottom padding (Android only, since 6.1.0)

Default: 0


# left

Availability
6.0.0
6.0.0
9.2.0
left :Number

Left padding

Default: 0


right :Number

Right padding

Default: 0


# top

Availability
6.1.0
top :Number

Top padding (Android only, since 6.1.0)

Default: 0