Skip to content

when using it with dialog orientation changed issue #44

Description

@sunil-singh-chaudhary

void showOnlyLoaderDialog(context) {

showDialog(
context: context,
barrierDismissible: false,
builder: (BuildContext context) {
return Dialog(
backgroundColor: Colors.transparent,
child: SizedBox(
height: 6.h,
width: 6.h,
child: LoadingIndicator(
indicatorType: Indicator.ballRotateChase,
colors: const [
Colors.green,
Colors.red,
Colors.blue,
Colors.orange
],
strokeWidth: 2,
backgroundColor: Colors.transparent,
),
),
);
},
);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions