Skip to content

Commit

Permalink
VxAlignmentMixin name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed Apr 1, 2021
1 parent a7b788e commit 4791e26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/flutter/animated/animated_container.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import '../builder.dart';
///
class VxAnimatedBox extends VxWidgetBuilder<Widget>
with
VxAlignmentMixing<VxAnimatedBox>,
VxAlignmentMixin<VxAnimatedBox>,
VxDurationMixin<VxAnimatedBox>,
VxCurvesMixin<VxAnimatedBox>,
VxColorMixin<VxAnimatedBox>,
Expand Down
2 changes: 1 addition & 1 deletion lib/src/flutter/container.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import 'velocityx_mixins/round_mixin.dart';
class VxBox extends VxWidgetBuilder<Widget>
with
VxAlignmentMixing<VxBox>,
VxAlignmentMixin<VxBox>,
VxColorMixin<VxBox>,
VxGradientMixin<VxBox>,
VxPaddingMixin<VxBox>,
Expand Down
2 changes: 1 addition & 1 deletion lib/src/flutter/velocityx_mixins/alignment_mixin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import 'package:flutter/material.dart';

mixin VxAlignmentMixing<T> {
mixin VxAlignmentMixin<T> {
late T _child;

@protected
Expand Down

0 comments on commit 4791e26

Please sign in to comment.