flutter_backdrop 1.0.3 flutter_backdrop: ^1.0.3 copied to clipboard
This package is used for implementing Backdrop easily. You can add properties like borderRadius, shape and a few others directly without much effort.
flutter_backdrop #
This package is used for implementing Backdrop widget in Flutter easily.
You can add properties like-
- frontLayer
- backLayer
- frontHeader
- borderRadius
- shape
- frontHeaderHeight
- titleVisibleOnPanelClosed
- frontPanelPadding
- panelVisibleInitially
- toggleFrontLayer
- appBarLeadingMenuIcon,
- appBarAnimatedLeadingMenuIcon,
- appBarAutomaticallyImplyLeading = true,
- appBarTitle,
- appBarActions,
- appBarBackgroundColor,
- appBarIconTheme,
- appBarTextTheme,
- appBarCenterTitle,
- appBarTitleSpacing
to manipulate the backdrop easily.
Each property has been defined in package.
Refer to the example to create something like this:
Or modify the borderRadius property to get this:
Or modify titleVisibleOnPanelClosed property to get this:
Title visible or Title not visible
Getting Started #
This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.