I want to create the following design in flutter:
I want to create this design in which the image is float at the right and the text is at the right and when the the height of the image is end means after the image the text will continue to take the full width.
It is very easy in html with just one property float.
image{
float: right;
}
but i don’t have idea how to do it in flutter your help would be highly appreciated.
2
Answers
First Take Column and in Column Added Row and take Container Added the Image Inside and Make Alignment to the Right Side it will Work
You can use drop_cap_text package for this purpose try the following code: