Flutter – How to make text slowly slide to the left when making other text visible in a row?
Is there a way to make the "chapter" text slowly move to the left, like in an animation, when clicking the floatingActionButton in the code below? class _MyHomePageState extends State<MyHomePage> { bool visible = false; @override Widget build(BuildContext context) {…