ui/widgets/custom_widgets library

Functions

customInkWell({required Widget child, required BuildContext context, dynamic function1(bool, int)?, Function? onPressed, bool isEnable = false, int no = 0, Color color = Colors.transparent, Color? splashColor, BorderRadius? radius}) Widget
customNetworkImage(String path, {BoxFit fit = BoxFit.contain}) Widget
customText(String msg, {Key? key, required TextStyle style, required BuildContext context, TextAlign textAlign = TextAlign.justify, TextOverflow overflow = TextOverflow.visible, bool softWrap = true}) Widget
sizedBox({double height = 5, String title = ""}) SizedBox