FxShapedBreadButton constructor

const FxShapedBreadButton(
  1. String text,
  2. bool isFirstButton, {
  3. Key? key,
  4. double? depth,
  5. double? padding,
  6. Color? backgroundColor,
  7. Color? textColor,
})

Implementation

const FxShapedBreadButton(
  this.text,
  this.isFirstButton, {
  Key? key,
  this.depth,
  this.padding,
  this.backgroundColor,
  this.textColor,
}) : super(key: key);