libadwaita_core 0.5.4 libadwaita_core: ^0.5.4 copied to clipboard
A libadwaita package for providing AdwControls and AdwActions for AdwHeaderBar
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';
Then simply pass it to the actions and controls parameter of AdwHeaderBar
AdwHeaderBar(
actions: AdwActions(
onClose: ...,
...
),
controls: AdwControls(
closeBtn: (onClose) => ...,
...
),
...
)
Additional information #
This package is a part of libadwaita package.