minor fix
This commit is contained in:
@@ -46,7 +46,7 @@ class _ScaffoldWithNavBarState extends State<ScaffoldWithNavBar> {
|
|||||||
NavigationRail(
|
NavigationRail(
|
||||||
extended: true,
|
extended: true,
|
||||||
leading: Padding(
|
leading: Padding(
|
||||||
padding: const EdgeInsets.only(top: 20.0, bottom: 10),
|
padding: const EdgeInsets.only(bottom: 10),
|
||||||
child: Image(
|
child: Image(
|
||||||
image: AssetImage('assets/velocity.png'),
|
image: AssetImage('assets/velocity.png'),
|
||||||
width: 150
|
width: 150
|
||||||
|
|||||||
@@ -233,7 +233,7 @@ class _GatewayWebScreenState extends State<GatewayWebScreen> {
|
|||||||
SizedBox(height: 10,),
|
SizedBox(height: 10,),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
height: constraints.maxHeight + 200,
|
height: constraints.maxHeight + 300,
|
||||||
child: HtmlElementView.fromTagName(
|
child: HtmlElementView.fromTagName(
|
||||||
tagName: 'div',
|
tagName: 'div',
|
||||||
onElementCreated: (element) {
|
onElementCreated: (element) {
|
||||||
|
|||||||
Reference in New Issue
Block a user