0 purchases
crayola
A plugin for customising Flutter desktop window properties. Currently macOS only.
Usage #
Set title bar color:
Crayloa.setTitleBarColor(Colors.blue);
copied to clipboard
Set tile bar color, with platform-default transparency:
Crayola.setTitleBarColor(Colors.blue, false);
copied to clipboard
Set title text visibility:
Crayola.setTitleVisbility(false);
copied to clipboard
Set the title bar visiblity (removes the entire bar):
Crayola.setTitleBarVisiblity(false);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.