df_settings library
Classes
- DfSettings
-
- decoration: Optional custom
BoxDecoration
for styling the container.- containerHeight: Optional height for the dialog container. Defaults to 140.
- containerWidth: Optional width for the dialog container. Defaults to 200.
- customBody: Custom widget that can replace the default loading dialog content.
- loadingIndicator: Optional widget for a loading indicator. Defaults to
CircularProgressIndicator
.- textStyle: Optional text style for the message inside the dialog.
- decoration: Optional custom