contentPadding property

EdgeInsets contentPadding
final

Padding applied around the form content.

FeedbackButton automatically adds the keyboard inset (MediaQuery.of(context).viewInsets.bottom) to the bottom padding so the form remains visible above the keyboard.

Default: EdgeInsets.all(16).

Implementation

final EdgeInsets contentPadding;