PipenTextSkeleton constructor

const PipenTextSkeleton({
  1. Key? key,
  2. String? value,
  3. TextStyle? style,
  4. FetchState? state,
  5. String builder(
    1. String value
    )?,
  6. bool? loading,
  7. TextAlign? textAlign,
  8. bool? fromValue,
  9. double? minHeight,
  10. double? borderRadius,
  11. double? skeletonWith,
  12. String? defaultValue,
  13. TextStyle? defaultStyle,
  14. Alignment alignment = Alignment.centerLeft,
})

Implementation

const PipenTextSkeleton({
  super.key,
  this.value,
  this.style,
  this.state,
  this.builder,
  this.loading,
  this.textAlign,
  this.fromValue,
  this.minHeight,
  this.borderRadius,
  this.skeletonWith,
  this.defaultValue,
  this.defaultStyle,
  this.alignment = Alignment.centerLeft,
});