shims/dart_ui library

This file shims dart:ui in web-only scenarios, getting rid of the need to suppress analyzer warnings.

Typedefs

VoidCallback = void Function()
Signature of callbacks that have no arguments and return no data.