ZdsBottomBar constructor

const ZdsBottomBar(
  1. {Key? key,
  2. Widget? child,
  3. Color? color,
  4. List<BoxShadow>? shadows,
  5. double minHeight = kBottomBarHeight,
  6. EdgeInsets? contentPadding}
)

Creates a bottom bar that can be used as a bottom application bar, or as a bottom action bar

If color, shadows, and contentPadding are null, their ZdsBottomBarTheme values will be used instead.

Implementation

const ZdsBottomBar