my_utils library

Classes

DecoratedBackground
Expandable
ImageFromUrl
LoadingOverlay
ScaleButton
ScaleButtonWithIcon
SystemColors
TextStyles
Use as: Text("Hello!", styles: MyTextStyles.title.large.white);
Transition

Properties

highShadow List<BoxShadow>
final
logger → SimpleLogger
final
lowShadow List<BoxShadow>
final
midShadow List<BoxShadow>
final
shape RoundedRectangleBorder
final

Functions

showHalfModalBottomSheet({required Widget widget, required BuildContext context, double? height, Color? barrierColor, Color? contentColor}) → void
showPlatformModalBottomSheet({required Widget widget, required BuildContext context, Color? barrierColor}) → void