I have a design as you can see below and the question is how can I apply this notch effect on Arrow ? Is there any easy way to do it just like in Floating Action Button ? Thanks in advance.
CodePudding user response:
Hey you can achieve it in 2 way
1st one and simple - Create a box decoration
widget and a circle shape
widget with white border and put these together with Stack
and fit as per your requirements.