keyboardPadding property

EdgeInsets keyboardPadding
final

The padding to apply around the virtual keyboard. by default is EdgeInsets.symmetric(horizontal: 8)

Implementation

final EdgeInsets keyboardPadding;