FxIconBreadButton constructor

const FxIconBreadButton(
  1. String text,
  2. bool isFirstButton, {
  3. Key? key,
  4. Widget? ltrSuffix,
  5. Widget? rtlSuffix,
})

Implementation

const FxIconBreadButton(
  this.text,
  this.isFirstButton, {
  Key? key,
  this.ltrSuffix,
  this.rtlSuffix,
}) : super(key: key);