inputPadding property

  1. @override
EdgeInsets get inputPadding
override

Padding for the input field.

Implementation

@override
EdgeInsets get inputPadding => const EdgeInsets.symmetric(horizontal: 16, vertical: 12);