TxPanelSkeleton constructor

const TxPanelSkeleton({
  1. Key? key,
  2. double titleWidthFactor = 0.3,
  3. bool hasSubtitle = false,
  4. double subtitleWidthFactor = 0.5,
  5. bool hasTrailing = true,
  6. double trailingWidth = 48.0,
  7. int contentColumnNumber = 2,
})

Implementation

const TxPanelSkeleton({
  super.key,
  this.titleWidthFactor = 0.3,
  this.hasSubtitle = false,
  this.subtitleWidthFactor = 0.5,
  this.hasTrailing = true,
  this.trailingWidth = 48.0,
  this.contentColumnNumber = 2,
});