contentPadding property

EdgeInsets contentPadding
final

The padding for the InputDecoration that defaults to EdgeInsets.only(bottom: 10,top: 10, right: 15, left: 15)

Implementation

final EdgeInsets contentPadding;