'How can I set frame border shape of the widgets?

How can I set frame border shape of the widgets in Flutter like this ?

The stars⭐ are image file (.PNG)



Solution 1:[1]

You ca easily implement this with Stack widget. Just take a quick look at this link: Flutter Stack Widget

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Tokenizer