Skip to content

Commit

Permalink
Merge pull request #23 from aagarwal1012/develop
Browse files Browse the repository at this point in the history
fixed opacity value in typer
  • Loading branch information
aagarwal1012 committed Jan 30, 2019
2 parents f9fa842 + c9d6a84 commit a597e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/typer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class _TyperState extends State<TyperAnimatedTextKit>
animation: _controller,
builder: (BuildContext context, Widget child) {
return Opacity(
opacity: 1,
opacity: 1.0,
child: Text(
widget.text[i].substring(0, _typingText[i].value),
style: widget.textStyle,
Expand Down

0 comments on commit a597e37

Please sign in to comment.