How to add fab close button with text into latest ionic angular

Please see below case, as we have added fab open button with some text and when it open then it hide whole text with transform so it not looks good, so we need to add some text instead of close icon.
So anyone help us to fix this issue?
Thanks
CPT2107191835-243x274

You’re probably not going to like this answer, but perhaps your problem will melt away if you follow the Material Design guidelines for FABs which state:

Don’t place text in a regular FAB.

ok but as per our client requirement we need text for fab button so is there any way to do that ?

Thanks in advance

Then I suggest to look at the source code of the fab and change it to your requirement in a custom component