padding property

EdgeInsetsGeometry? padding
final

Padding around the input field's content area.

Defaults to EdgeInsets.symmetric(horizontal: 12, vertical: 8).

Implementation

final EdgeInsetsGeometry? padding;