ui/index library

Constants

backgrounColor → const Color
baseTextStyle → const TextStyle
charcoal → const Color
dove → const Color
graphite → const Color
headerHeight → const double
hpad → const EdgeInsets
primaryButtonHeight → const double
primaryButtonTextStyle → const TextStyle
sideMargin → const double

Properties

walletThemeData ThemeData
final

Functions

pad(Widget child, {double h = sideMargin, double v = 0}) Widget
showBottomModal<T>({required BuildContext context, required WidgetBuilder builder, Color backgroundColor = Colors.transparent, double elevation = 0.0, ShapeBorder? shape, Clip clipBehavior = Clip.none, Color? barrierColor, bool isScrollControlled = false, bool useRootNavigator = false, bool isDismissible = true, bool enableDrag = true, AnimationController? transitionAnimationController, String? routeSettingsName, RouteSettings? routeSettings, bool useSafeArea = true}) Future<T?>