crayola 2.2.3 copy "crayola: ^2.2.3" to clipboard
crayola: ^2.2.3 copied to clipboard

PlatformmacOS

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

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

Publisher

verified publishermolland.sh

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on crayola