Update<T> typedef

Update<T> = T Function(BuildContext context)

Implementation

typedef Update<T> = T Function(BuildContext context);