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. bool? fromValue,
  8. double? minHeight,
  9. double? borderRadius,
  10. double? skeletonWith,
  11. String? defaultValue,
  12. Alignment alignment = Alignment.centerLeft,
})

Implementation

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