DraftModeUIPageNavigationBottomAndroid constructor

const DraftModeUIPageNavigationBottomAndroid({
  1. Key? key,
  2. List<Widget>? leading,
  3. Widget? primary,
  4. List<Widget>? trailing,
  5. Color? backgroundColor,
  6. double? containerHeight,
})

Implementation

const DraftModeUIPageNavigationBottomAndroid({
  super.key,
  this.leading,
  this.primary,
  this.trailing,
  this.backgroundColor,
  this.containerHeight,
});