boxw library

Classes

BoxWButton
BoxWCard
BoxWCircle
BoxWColors
BoxWConfig
BoxWDialog
BoxWDialogController
BoxWDropdown<T>
BoxWIconTextButton
BoxWInput
BoxWNeumorphism
BoxWNeumorphismButton
BoxWNeumorphismIcon
BoxWNeumorphismIconButton
BoxWNeumorphismIconButton( child: (controller, isClicked) { return AnimatedIcon( icon: AnimatedIcons.add_event, progress: controller, color: const Color.fromARGB(255, 53, 53, 53), ); }, ),
BoxWNeumorphismInput
BoxWNeumorphismText
BoxWOutlinedButton
BoxWRect
BoxWShape
BoxWText
BoxWTextButton
BoxWTextIcon
Buttons

Functions

boxWDialog<T>({required BuildContext context, dynamic title, dynamic content, double? width, double? height, bool? showCloseButton, List<Buttons> buttons(BuildContext context)?, EdgeInsetsGeometry buttonsPadding = const EdgeInsets.only(top: 20), bool isContentAboveButtons = true, bool barrierDismissible = true, double? dialogRadius, Color? backgroundColor, Color? borderColor, double? elevation, Color? shadowColor, Color? surfaceTintColor}) Future<T?>
warn(bool condition, String message, {int backgroundColor = 229, int foregroundColor = 0}) → dynamic
Create a warning message if the condition is false.