menu
ketchup_ui package
documentation
animation.dart
GroupedAnimationManager
isGroupCompleted method
isGroupCompleted method
dark_mode
light_mode
isGroupCompleted
method
bool
isGroupCompleted
(
String
label
)
检查指定分组是否全部完成
Implementation
bool isGroupCompleted(String label) { return _groupCompletionStatus[label] == true; }
ketchup_ui package
documentation
animation
GroupedAnimationManager
isGroupCompleted method
GroupedAnimationManager class