avatar

Posted by @inaranjanshahi31

19 Nov, 2024,

Updated at 22 Dec, 2024

we are flutter developer

Container( height: 36, child: TextField( maxLines: 1, style: TextStyle(fontSize: 17), textAlignVertical: TextAlignVertical.center, decoration: InputDecoration( filled: true, prefixIcon: Icon(Icons.search, color: Theme.of(context).iconTheme.color), border: OutlineInputBorder( borderSide: BorderSide.none, borderRadius: BorderRadius.all(Radius.circular(30))), fillColor: Theme.of(context).inputDecorationTheme.fillColor, contentPadding: EdgeInsets.zero, hintText: 'Search', ), ), )

We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking "Accept", you consent to our use of cookies. learn more Accept