fix color of tim, scroll bar and add readme help for android build errors
This commit is contained in:
@@ -14,6 +14,7 @@ class _ToolBodyOneState extends State<ToolBodyOne> {
|
||||
return MihPackageToolBody(
|
||||
backgroundColor: MihColors.primary(),
|
||||
bodyItem: MihSingleChildScroll(
|
||||
scrollbarOn: true,
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
children: [
|
||||
|
||||
@@ -24,6 +24,7 @@ class _ToolBodyTwoState extends State<ToolBodyTwo> {
|
||||
return MihPackageToolBody(
|
||||
backgroundColor: MihColors.primary(),
|
||||
bodyItem: MihSingleChildScroll(
|
||||
scrollbarOn: true,
|
||||
child: MihForm(
|
||||
formKey: _formKey,
|
||||
formFields: [
|
||||
|
||||
Reference in New Issue
Block a user