crayola

crayola pub style: pedantic license

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);

Libraries

crayola