innerPadding property

EdgeInsets innerPadding
final

The inner padding of the editable area inside the CodeCrafter widget.

Controls the spacing between the text content and the edges of the editor. Defaults to EdgeInsets.all(0) if not provided.

Implementation

final EdgeInsets innerPadding;