給TextField設(shè)置無(wú)效默認(rèn)寬度
?isDense:true,
contentPadding: const EdgeInsets.symmetric(vertical: 0),
TextField(
? ? ? ? ? ? ? ? ? decoration: InputDecoration(
? ? ? ? ? ? ? ? ? ? isDense:true,
? ? ? ? ? ? ? ? ? ? contentPadding: const EdgeInsets.symmetric(vertical: 0),
? ? ? ? ? ? ? ? ? ? border: InputBorder.none,
? ? ? ? ? ? ? ? ? ),
? ? ? ? ? ? ? ? ),