BoxDecorationBuilder<T> typedef

BoxDecorationBuilder<T> = BoxDecoration Function(T data, bool isPressed)

Implementation

typedef BoxDecorationBuilder<T> = BoxDecoration Function(
  T data,
  bool isPressed,
);