decorationBuilder property

BoxDecoration Function(double height)? decorationBuilder
final

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;