isDense property

bool get isDense

Overrides the default value for InputDecoration.isDense.

This property is obsolete and will be deprecated in a future release: please use the InputDecorationThemeData.isDense property in data instead.

Implementation

bool get isDense => _data != null ? _data.isDense : _isDense;