builder property

Widget Function({Color backgroundColor, Animation? borderAnimation, bool isHovering, Animation? textAnimation, Color textColor, AnimationController textController})? builder
final

Implementation

final Widget Function({
  Color textColor,
  Animation? textAnimation,
  Animation? borderAnimation,
  AnimationController textController,
  Color backgroundColor,
  bool isHovering,
})? builder;