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

outdated

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

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on crayola