padding property

EdgeInsetsGeometry? padding
final

The internal padding around the text area content.

Controls the spacing between the border and the text content. If null, uses the default padding from the current theme.

Implementation

final EdgeInsetsGeometry? padding;