I want ot achieve this behavior in Flutter.
Do you know if there is a built-in widget in Flutter that provides that fuctionality out of the box?
I want ot achieve this behavior in Flutter.
Do you know if there is a built-in widget in Flutter that provides that fuctionality out of the box?
try this
CustomScrollView
:the "delegate" class is as follows:
now try to drag the text up and down
EDIT: and this is a little modification to be similar like your example:
and the modified delegate class: