feat: Remove comment
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 14s
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 14s
This commit is contained in:
parent
ba6ecb3bd4
commit
825948f4e0
@ -44,13 +44,9 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
backgroundColor: Theme.of(context).colorScheme.inversePrimary,
|
backgroundColor: Theme.of(context).colorScheme.inversePrimary,
|
||||||
// Here we take the value from the MyHomePage object that was created by
|
|
||||||
// the App.build method, and use it to set our appbar title.
|
|
||||||
title: Text(widget.title),
|
title: Text(widget.title),
|
||||||
),
|
),
|
||||||
body: Center(
|
body: Center(
|
||||||
// Center is a layout widget. It takes a single child and positions it
|
|
||||||
// in the middle of the parent.
|
|
||||||
child: Column(
|
child: Column(
|
||||||
// Column is also a layout widget. It takes a list of children and
|
// Column is also a layout widget. It takes a list of children and
|
||||||
// arranges them vertically. By default, it sizes itself to fit its
|
// arranges them vertically. By default, it sizes itself to fit its
|
||||||
|
Loading…
x
Reference in New Issue
Block a user