I try to change text of my button inside pagesActionButtons when setState but it doesn't. pagesActionButtons: [ TextButton(onPressed: (){}, child: Text("hello".tr),), ], Thank you!
I try to change text of my button inside pagesActionButtons when setState but it doesn't.
pagesActionButtons: [
TextButton(onPressed: (){}, child: Text("hello".tr),),
],
Thank you!