menu
today_design_system package
documentation
components/components.dart
TodayShimmer
TodayShimmer.new const constructor
TodayShimmer.new const constructor
dark_mode
light_mode
TodayShimmer
constructor
const
TodayShimmer
(
{
Key
?
key
,
required
Widget
child
,
required
bool
shimmer
,
})
Implementation
const TodayShimmer({Key? key, required this.child, required this.shimmer}) : super(key: key);
today_design_system package
documentation
components/components
TodayShimmer
TodayShimmer.new const constructor
TodayShimmer class