Last updated:
0 purchases
aron gradient line
Animate gradient line widget
Preview #
Usage #
AppBar(
title: Text(widget.title),
bottom: const PreferredSize(
preferredSize: Size.fromHeight(4.0),
child: AronGradientLine(
useMaterial3: true,
),
),
),
copied to clipboard
📝 License #
Note
Copyright © 2024 Aron Onak. All rights reserved.
Licensed under the MIT license.
If you have any feedback, please contact me at [email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.