crayola 2.2.1
crayola: ^2.2.1 copied to clipboard
A plugin for customizing Flutter desktop app window properties. Currently macOS only.

A plugin for customising Flutter desktop window properties. Currently macOS only.
Usage #
Set title bar color:
Crayloa.setTitleBarColor(Colors.blue);
Set tile bar color, with platform-default transparency:
Crayola.setTitleBarColor(Colors.blue, false);
Set title text visibility:
Crayola.setTitleVisbility(false);
Set the title bar visiblity (removes the entire bar):
Crayola.setTitleBarVisiblity(false);