contentPadding property
Overrides the default value for InputDecoration.contentPadding.
This property is obsolete and will be deprecated in a future release: please use the InputDecorationThemeData.contentPadding property in data instead.
Implementation
EdgeInsetsGeometry? get contentPadding => _data != null ? _data.contentPadding : _contentPadding;