Skip to content

arononak/aron_gradient_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fca80bb · Aug 3, 2024

History

17 Commits
Aug 3, 2024
Jul 10, 2024
Aug 3, 2024
Aug 3, 2024
Jul 10, 2024
Aug 3, 2024
Jul 10, 2024
Aug 3, 2024
Jul 10, 2024
Jul 10, 2024
Aug 3, 2024

Repository files navigation

Animate gradient line widget

Latest Tag GitHub stars Commits GitHub Workflow Status

Pub Package Likes package publisher

Preview

Usage

AppBar(
  title: Text(widget.title),
  bottom: const PreferredSize(
    preferredSize: Size.fromHeight(4.0),
    child: AronGradientLine(
      useMaterial3: true,
    ),
  ),
),

📝 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]