Skip to content

Commit

Permalink
Removed fault animated
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Apr 3, 2024
1 parent d6b55ba commit 0456e83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/specs/container/box_widget.dart
Expand Up @@ -3,7 +3,6 @@ import 'package:flutter/material.dart';
import '../../core/styled_widget.dart';
import '../../deprecations.dart';
import '../../factory/mix_provider.dart';
import '../../helpers/constants.dart';
import 'box_spec.dart';

typedef StyledContainer = Box;
Expand Down Expand Up @@ -100,7 +99,7 @@ class AnimatedMixedBox extends ImplicitlyAnimatedWidget {
required this.spec,
super.key,
this.child,
super.duration = kDefaultAnimationDuration,
required super.duration,
super.curve = Curves.linear,
super.onEnd,
});
Expand Down

0 comments on commit 0456e83

Please sign in to comment.