crayola 2.1.1 icon indicating copy to clipboard operation
crayola: ^2.1.1 copied to clipboard

PlatformmacOS

A plugin for customizing Flutter desktop app window properties. Currently macOS only.

crayola

snack 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);
6
likes
130
pub points
0%
popularity

Publisher

verified publisher iconmolland.sh

A plugin for customizing Flutter desktop app window properties. Currently macOS only.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on crayola