XTransactiontTile constructor

const XTransactiontTile(
  1. {Key key,
  2. Function onTap,
  3. Widget leading,
  4. Widget subtitle,
  5. double middleSpace = 5.0,
  6. Widget trailing1,
  7. Widget trailing2,
  8. Widget title}
)

Implementation

const XTransactiontTile(
    {Key key,
    this.onTap,
    this.leading,
    this.subtitle,
    this.middleSpace = 5.0,
    this.trailing1,
    this.trailing2,
    this.title})
    : super(key: key);