I want to achieve the attached UI widget using custom paint or any other suitable way around, which should work well across different device sizes.
image
I want to achieve the attached UI widget using custom paint or any other suitable way around, which should work well across different device sizes.
image
2
Answers
You could use
Stack
withPositioned.fill
andAlign
widget as below:Similar approach like Niladri Raychaudhuri with
Stack and Positioned
but I usedCard
widget for elevation andContainer
for border.