fix color of tim, scroll bar and add readme help for android build errors
This commit is contained in:
parent
98e9beb1cb
commit
0d65e625f1
10 changed files with 253 additions and 35 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue