/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

to manipulate the backdrop easily.

Each property has been defined in package.

Refer to the example to create something like this:

Result of example

Or modify the borderRadius property to get this:

Circular Border

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.