hidden_logo library

Classes

Hidden Logo widget wrapper. It wraps the body widget and displays a widget built via the provided functions at the top of the screen where it is not visible under the physical hardware barrier.
HLStub
Stub implementation for platforms without native hidden logo support.

Enums

LogoVisibilityMode
Determines when to show your logo

Typedefs

LogoBuilder = Widget Function(BuildContext context, BoxConstraints constraints)
Logo builder function