TxListTileSkeleton constructor

const TxListTileSkeleton({
  1. Key? key,
  2. bool showLeading = false,
  3. bool showTrailing = true,
  4. bool circleLeading = false,
  5. bool squareTrailing = true,
  6. bool longSubtitle = false,
})

Implementation

const TxListTileSkeleton({
  super.key,
  this.showLeading = false,
  this.showTrailing = true,
  this.circleLeading = false,
  this.squareTrailing = true,
  this.longSubtitle = false,
});