Skip to content

Commit 275ffa7

Browse files
committed
feat(navigation-button): add todo comment for loader
1 parent 2382be4 commit 275ffa7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ouds_core/lib/components/button/ouds_button.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,7 @@ class _OudsButtonState extends State<OudsButton> {
804804
/// Builds the circular loading indicator shown inside the button during a loading state.
805805
///
806806
/// [progress] is clamped to `[0.0, 1.0]`. Pass `null` for an indeterminate spinner.
807+
//todo will be replaced by OudsCircularProgressIndicator when it will be available in core
807808
Widget _buildLoadingIndicator(BuildContext context, double? progress) {
808809
{
809810
final clampedProgress = progress?.clamp(0.0, 1.0);

0 commit comments

Comments
 (0)