dense text form field flutter
||| Dense |||
||| Dense TextFormField |||
||| D-e-n-s-e |||
Flutter Dense TextField
decoration: InputDecoration(
isDense: true,
contentPadding: EdgeInsets.only(
bottom: 15, top: 15, left: 10, right: 10)),
),