My problem
I want make search icons button text field appears at the bottom of the button when button is clicked
Are there any documents or sites I can refer to?
My code -- makes StatefulWidget --
appBar: AppBar(
backgroundColor: const Color(0xffffffff),
centerTitle: true,
title: Text(
'CREW',
style: TextStyle(color: Colors.black, fontWeight: FontWeight.w900),
),
elevation: 0.0,
actions: [
IconButton(icon: Icon(Icons.search), onPressed: (){
}),
IconButton(icon: Icon(Icons.notifications), onPressed: null),
],
//search ui & page