FxSimpleBreadButton constructor

const FxSimpleBreadButton(
  1. String text,
  2. Widget? suffix,
  3. bool isFirstButton, {
  4. Key? key,
  5. Color? color,
})

Implementation

const FxSimpleBreadButton(
    this.text, this.suffix, this.isFirstButton,
    {Key? key, this.color,})
    : super(key: key);