animated_slideover 1.0.1 animated_slideover: ^1.0.1 copied to clipboard
Create dynamic and responsive slide-over sidebars effortlessly with our Flutter package. Inspired by the fluidity of Tailwind CSS, this widget is designed for easy integration into your Flutter applications.
[img.png]
contentWidgetList (Required):
Type: List
Type: Text? Description: The title text widget displayed at the top of the animated sidebar. subtitleText (Optional):
Type: Text? Description: The subtitle text widget displayed below the title, providing additional information. headerBgColor (Optional):
Type: Color? Description: The background color of the header section. If not provided, it uses the default background color. buttonsWidgetList (Optional):
Type: List
Type: IconButton Description: An IconButton widget representing the header icon. It's typically used for closing the sidebar. onDispose (Optional):
Type: VoidCallback? Description: A callback function that is invoked when the sidebar is disposed of or closed. These parameters allow users to customize the appearance and behavior of the animated sidebar based on their application's requirements. Users can provide widgets for the title, subtitle, content, buttons, and an icon for the header, making the widget flexible and adaptable to different use cases.