OudsAppBar typedef

OudsAppBar = OudsTopBar

Alias for OudsTopBar.

This can be used for developers who prefer an API that more closely resembles Flutter's AppBar naming convention.

Implementation

typedef OudsAppBar = OudsTopBar;