Skip to content

Commit

Permalink
removed decoration parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourav-Sonkar committed Aug 6, 2024
1 parent ddd0825 commit 865793b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/super_tooltip.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ class SuperTooltip extends StatefulWidget {
final Color borderColor;
final BoxConstraints constraints;
final Color? backgroundColor;
@Deprecated('Use decorationBuilder instead')
final Decoration? decoration;
final DecorationBuilder? decorationBuilder;
final double elevation;
final Duration fadeInDuration;
Expand Down Expand Up @@ -108,8 +106,6 @@ class SuperTooltip extends StatefulWidget {
//
//
//
// TD: Deprecate this in favor of decorationBuilder
this.decoration,
this.decorationBuilder,
this.child,
this.borderColor = Colors.black,
Expand Down

0 comments on commit 865793b

Please sign in to comment.