kKeyInputMonitorDefaultPadding top-level constant

EdgeInsetsGeometry const kKeyInputMonitorDefaultPadding

The default padding of the key input monitor.

Implementation

const EdgeInsetsGeometry kKeyInputMonitorDefaultPadding =
    const EdgeInsets.only(left: 10.0, right: 5.0);