menu
rush_sdk package
documentation
widget/skeleton.dart
Skeleton
Skeleton.new const constructor
Skeleton.new const constructor
dark_mode
light_mode
Skeleton
constructor
const
Skeleton
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const Skeleton({ super.key, required this.child, });
rush_sdk package
documentation
widget/skeleton
Skeleton
Skeleton.new const constructor
Skeleton class