Last updated:
0 purchases
libadwaita core
A libadwaita package for providing AdwControls and AdwActions for AdwHeaderBar
Usage #
First import this package at the top of your dart file
import 'package:libadwaita_core/libadwaita_core.dart';
copied to clipboard
Then simply pass it to the actions and controls parameter of AdwHeaderBar
AdwHeaderBar(
actions: AdwActions(
onClose: ...,
...
),
controls: AdwControls(
closeBtn: (onClose) => ...,
...
),
...
)
copied to clipboard
Additional information #
This package is a part of libadwaita package.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.