NikuAnimated<T> constructor
NikuAnimated<T> ({})
Implementation
NikuAnimated({
Key? key,
required this.value,
required this.builder,
required this.child,
this.duration = const Duration(milliseconds: 200),
this.curve = Curves.linear,
}) : super(key: key);