Fade a widget in and out

cookbook

By Flutter

local_offer Tags
Cookbook article

UI developers often need to show and hide elements on screen. However, quickly popping elements on and off the screen can feel jarring to end users. Instead, fade elements in and out with an opacity animation to create a smooth experience.