PipenTextSkeleton constructor
const
PipenTextSkeleton({
- Key? key,
- String? value,
- TextStyle? style,
- FetchState? state,
- String builder(
- String value
- bool? loading,
- TextAlign? textAlign,
- bool? fromValue,
- double? minHeight,
- double? borderRadius,
- double? skeletonWith,
- String? defaultValue,
- TextStyle? defaultStyle,
- 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,
});