0

I want to create the following design in flutter:

enter image description here

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.

1
  • i found a package might be helpful. drop_cap_text Commented Apr 30, 2024 at 9:44

1 Answer 1

0

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.