Commit 0add2b63 authored by Dio Maulana's avatar Dio Maulana

add bottom button

parent 0a328c71
......@@ -181,7 +181,7 @@ TextStyle addButtonMenu({
);
}
TextStyle addButtonBotoomCart({
TextStyle addButtonBottomCart({
font = 16,
Color color = textInButton,
}) {
......@@ -193,6 +193,18 @@ TextStyle addButtonBotoomCart({
);
}
TextStyle textAmountButtonBottomCart({
font = 16,
Color color = textInButton,
}) {
return TextStyle(
fontFamily: (fontFamily == '') ? null : fontFamily,
fontSize: font,
fontWeight: FontWeight.w300,
color: color,
);
}
Text fontAwesome(BuildContext context, String unicode, double fontSize,
{Color? color, isBold = true}) {
// double widthScreens = responsiveWidthScreen(context);
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment