0 purchases
titlebar buttons
Titlebar buttons #
A package which provides most of the titlebar buttons from windows, linux and macos.
Features #
Easier to use and implement
Native looking titlebar buttons for close, minimize and maximize actions
Usage #
Let's say you want a minimize button with look and feel of yaru theme, you can do that with DecoratedMinimizeButton which comes with a type property which accepts ThemeType (defaults to auto)
DecoratedMinimizeButton(
type: ThemeType.yaru,
onPressed: () {},
),
copied to clipboard
Similarly you can use DecoratedCloseButton for close button and DecoratedMaximizeButton for maximize button.
LICENSE #
Mozilla Public License 2.0
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.