/flutter_backdrop

It is a package which allows you to add a Backdrop widget in your Flutter app

Primary LanguageDartOtherNOASSERTION

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
  • appBarTitle
  • appBarActions
  • appBarBackgroundColor
  • appBarIconTheme
  • appBarTextTheme
  • appBarCenterTitle
  • appBarTitleSpacing
  • appBarElevation

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 Title not visible