menu
free_map package
documentation
widgets/fm_shimmer_widget.dart
FMShimmerWidget
FMShimmerWidget const constructor
FMShimmerWidget const constructor
dark_mode
light_mode
FMShimmerWidget
constructor
const
FMShimmerWidget
(
{
Key
?
key
,
required
Widget
child
,
Color
color
=
Colors.grey
,
})
Implementation
const FMShimmerWidget({ super.key, required this.child, this.color = Colors.grey, });
free_map package
documentation
widgets/fm_shimmer_widget
FMShimmerWidget
FMShimmerWidget const constructor
FMShimmerWidget class