menu
tattoo
components/app_skeleton.dart
AppSkeleton
AppSkeleton.new const constructor
AppSkeleton.new
dark_mode
light_mode
AppSkeleton
constructor
const
AppSkeleton
(
{
Key
?
key
,
required
Widget
child
,
bool
enabled
=
true
,
})
Implementation
const AppSkeleton({ super.key, required this.child, this.enabled = true, });
tattoo
app_skeleton
AppSkeleton
AppSkeleton.new const constructor
AppSkeleton class