Open hardik-thirstydevs opened 6 months ago
You can use the "Skeleton.replace" widget when the switch's height and width are static.
Skeleton.replace(
height: 34, // according to you
width: 40, // according to you
child: YOUR_SWITCH_WIDGET_CODE
)
@rohitkhatri75436 Later I managed by replacing the whole listtile with Skeleton.replace()
as Skeletonizer did not recognize/convert the toggle switch of SwitchListTile
to skeleton bone automatically.
(The purpose of adding this issue is to notify the authors about this)