decorationBuilder property
The decoration of the overlay container displayed onTap.
This is a callback because the method is called for every frame of the animation.
Implementation
final BoxDecoration Function(double height)? decorationBuilder;
The decoration of the overlay container displayed onTap.
This is a callback because the method is called for every frame of the animation.
final BoxDecoration Function(double height)? decorationBuilder;