add padding param to body and update packages
This commit is contained in:
@@ -73,6 +73,7 @@ class _SimpleCalcState extends State<SimpleCalc> {
|
||||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
||||
@@ -264,6 +264,7 @@ class _TipCalcState extends State<TipCalc> {
|
||||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user