How can I set the left and top of a Positioned
widget in pixels or any other units in Flutter/Dart?
What unit are the left and top values in? Are they in percents or independent pixels or something? If not, what unit does it use?
How can I set the left and top of a Positioned
widget in pixels or any other units in Flutter/Dart?
What unit are the left and top values in? Are they in percents or independent pixels or something? If not, what unit does it use?
Copyright © 2021 Jogjafile Inc.
Example:
If you don't give any position. The position will be based on Stack alignment.