parse static method
Parses a widget tree and converts it to skeleton representation.
Implementation
static Widget parse(
Widget child,
SkeletonConfig config,
BuildContext? context,
) {
return _parseWidget(child, config, context);
}
Parses a widget tree and converts it to skeleton representation.
static Widget parse(
Widget child,
SkeletonConfig config,
BuildContext? context,
) {
return _parseWidget(child, config, context);
}