|
|
|
|
|
|
) : base(key: key, listenable: listenable) { |
|
|
|
} |
|
|
|
|
|
|
|
protected internal override Widget build(BuildContext context) { |
|
|
|
protected override Widget build(BuildContext context) { |
|
|
|
Animation<float> animation = (Animation<float>) this.listenable; |
|
|
|
return new DefaultTextStyle( |
|
|
|
style: Theme.of(context).primaryTextTheme.title, |
|
|
|